#genetic-algorithm #no-std

no-std chromosome

Genetic algorithm tools library

8 releases

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

#2325 in Algorithms

43 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
~29K SLoC