9 unstable releases (3 breaking)
0.3.0 | May 18, 2025 |
---|---|
0.2.0 | Nov 24, 2024 |
0.1.2 | Nov 24, 2024 |
0.1.0 | Feb 25, 2024 |
0.0.7 | Feb 20, 2022 |
#590 in Simulation
20KB
463 lines
Chromosome
Utilities for genetic algorithms
Example
Chromosome
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:
Usage
Add this to your Cargo.toml
:
[dependencies]
chromosome = "0.3.0"
Example
Dependencies
~0.7–1.6MB
~32K SLoC