Crates.io | chromosome |
lib.rs | chromosome |
version | 0.2.0 |
source | src |
created_at | 2022-02-20 12:09:57.555756 |
updated_at | 2024-11-24 12:35:12.202192 |
description | Genetic algorithm tools library |
homepage | |
repository | https://github.com/burbokop/chromosome |
max_upload_size | |
id | 535708 |
size | 26,048 |
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:
Add this to your Cargo.toml
:
[dependencies]
chromosome = "0.2.0"