6 releases
new 0.1.1 | Nov 6, 2024 |
---|---|
0.1.0 | Feb 25, 2024 |
0.0.9 | May 25, 2023 |
0.0.7 | Feb 20, 2022 |
#14 in #genetic-algorithm
19KB
425 lines
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.1.1"
Example
lib.rs
:
Chromosome
Utilities for genetic algorithms
Example
Dependencies
~0.6–1.5MB
~31K SLoC