chromosome 0.1.0

Genetic algorithm tools library
Documentation

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