jenetics / jenetics

Jenetics - Genetic Algorithm, Genetic Programming, Grammatical Evolution, Evolutionary Algorithm, and Multi-objective Optimization
https://jenetics.io
Apache License 2.0
852 stars 152 forks source link

Partial Shuffle Mutation (PSM) #499

Closed jenetics closed 5 years ago

jenetics commented 5 years ago

Implement the Partial Shuffle Mutation (PSM) algorithm. The new mutation algorithm would be part of the io.jenetics.ext module.

jenetics commented 5 years ago

Merged into r5.0.0 branch.

jenetics commented 5 years ago

Is the same mutator as the already implementet SwapMutator.