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

no-std bin+lib chromosome

Genetic algorithm tools library

6 releases

0.1.1 Nov 6, 2024
0.1.0 Feb 25, 2024
0.0.9 May 25, 2023
0.0.7 Feb 20, 2022

#175 in Science

Download history 19/week @ 2024-07-29 2/week @ 2024-08-26 21/week @ 2024-09-23 8/week @ 2024-10-14 178/week @ 2024-11-04 69/week @ 2024-11-11

248 downloads per month

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