#genetic-algorithm #genetic #no-std #algorithm

no-std bin+lib chromosome

Genetic algorithm tools library

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

MIT license

19KB
425 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.1"

Example

Diophantus equation


lib.rs:

Chromosome

Utilities for genetic algorithms

Example

Dependencies

~0.6–1.5MB
~31K SLoC