Add default crossover operators for binary, value and permutation encoding
haraldmaida opened this issue · 2 comments
haraldmaida commented
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
haraldmaida commented
This issue depends on the implementation of issue #2
haraldmaida commented
Basic operators UniformCrossover, DiscreteCrossover, MultiPointCrossover, OrderOneCrossover and PartiallyMappedCrossover implemented.