Closed HyperCodec closed 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.
DivisionReproduction
CrossoverReproduction
divide
crossover
Should be fixed in https://github.com/inflectrix/genetic-rs/pull/39/commits/0597c673033897af857d8058eb69a600dfcd7a74, will close once merged.
For cases where something may implement both
DivisionReproduction
andCrossoverReproduction
, the user needs to manually disambiguate. It would be much easier to simply call themdivide
andcrossover
respectively.