5 releases

0.1.0 Feb 25, 2024
0.0.9 May 25, 2023
0.0.7 Feb 20, 2022

#165 in Memory management

29 downloads per month

MIT license

18KB
422 lines

Chromosome

Test Status 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.1.0"

Example

Diophantus equation


lib.rs:

Chromosome

Utilities for genetic algorithms

Example

Dependencies

~245–445KB