chromosome

Crates.iochromosome
lib.rschromosome
version0.1.0
sourcesrc
created_at2022-02-20 12:09:57.555756
updated_at2024-02-25 15:06:00.196967
descriptionGenetic algorithm tools library
homepage
repositoryhttps://github.com/burbokop/chromosome
max_upload_size
id535708
size22,185
(burbokop)

documentation

https://docs.rs/chromosome

README

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

Commit count: 0

cargo fmt