8 releases

new 0.2.0 Nov 24, 2024
0.1.2 Nov 24, 2024
0.1.0 Feb 25, 2024
0.0.9 May 25, 2023
0.0.7 Feb 20, 2022

#14 in #genetic-algorithm

Download history 1/week @ 2024-08-04 1/week @ 2024-08-25 1/week @ 2024-09-01 21/week @ 2024-09-22 7/week @ 2024-10-13 1/week @ 2024-10-20 170/week @ 2024-11-03 70/week @ 2024-11-10 22/week @ 2024-11-17

262 downloads per month

MIT license

20KB
463 lines

Chromosome

CI Crate API

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.2.0"

Example

Diophantus equation


lib.rs:

Chromosome

Utilities for genetic algorithms

Example

Dependencies

~0.6–1.5MB
~30K SLoC