HyperCodec / genetic-rs

Crate for quickstarting genetic algorithm projects
MIT License
1 stars 0 forks source link

Ambiguous `spawn_child` function name #37

Closed HyperCodec closed 9 months ago

HyperCodec commented 9 months ago

For cases where something may implement both DivisionReproduction and CrossoverReproduction, the user needs to manually disambiguate. It would be much easier to simply call them divide and crossover respectively.

HyperCodec commented 9 months ago

Should be fixed in https://github.com/inflectrix/genetic-rs/pull/39/commits/0597c673033897af857d8058eb69a600dfcd7a74, will close once merged.