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

[REQUEST] Change the nomenclature from Genotype to Chromosome. #100

Closed leimbernon closed 1 week ago

leimbernon commented 1 week ago

Is your feature request related to a problem? Please describe. It is more accurate to call Chromosome what in this library has been called Genotype.

Describe the solution you'd like Rename Genotype to Chromosome

Describe alternatives you've considered N/A

Additional context N/A