leimbernon / rust_genetic_algorithms

This library provides a simple framework to implement genetic algorithms (GA) with Rust.
Apache License 2.0
5 stars 1 forks source link

#100: Changed the nomenclature from Genotype to Chromosome. #102

Closed leimbernon closed 1 week ago

leimbernon commented 1 week ago

Closes #100