danielkelshaw/PyGA

Provide alternate crossover methods

Closed this issue · 0 comments

At the moment the only crossover method implemented is: One-Point Crossover. This is entirely functional but there are various others that the user may want to implement.

Crossover Methods:

  • Bit-Flip
  • K-Point Crossover
  • Uniform Crossover