| Crates.io | chromosome |
| lib.rs | chromosome |
| version | 0.3.0 |
| created_at | 2022-02-20 12:09:57.555756+00 |
| updated_at | 2025-05-18 05:56:11.707611+00 |
| description | Genetic algorithm tools library |
| homepage | |
| repository | https://github.com/burbokop/chromosome |
| max_upload_size | |
| id | 535708 |
| size | 31,279 |
Genetic algorithms tools library which provides basic utilities such as mutation and recombination and can be used in no_std crates with alloc feature
Documentation:
Add this to your Cargo.toml:
[dependencies]
chromosome = "0.3.0"