innoave/genevo

Add default crossover operators for binary, value and permutation encoding

haraldmaida opened this issue · 2 comments

Default crossover operators for basic encoding types are helpful to use the library for simulations with basic genotypes.

With this issue crossover operators for the following 3 encoding types will be supported:

  • binary encoding
  • value encoding
  • permutation encoding

This issue depends on the implementation of issue #2

Basic operators UniformCrossover, DiscreteCrossover, MultiPointCrossover, OrderOneCrossover and PartiallyMappedCrossover implemented.