chromosome

Crates.iochromosome
lib.rschromosome
version0.3.0
created_at2022-02-20 12:09:57.555756+00
updated_at2025-05-18 05:56:11.707611+00
descriptionGenetic algorithm tools library
homepage
repositoryhttps://github.com/burbokop/chromosome
max_upload_size
id535708
size31,279
Borys Boiko (burbokop)

documentation

https://docs.rs/chromosome

README

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.3.0"

Example

Diophantus equation

Commit count: 51

cargo fmt