Evolutionary algorithms

1. Overview

Evolutionary Algorithms work on a population of solutions and evolve that population.

2. Evolutionary strategies

This algorithm has not been implemented yet.

3. Genetic algorithms

This algorithm has not been implemented yet.

A good Genetic Algorithms prototype in OptaPlanner (the engine OptaPy wraps) was written some time ago, but it wasn’t practical to merge and support it at the time. The results of Genetic Algorithms were consistently and seriously inferior to all the Local Search variants (except Hill Climbing) on all use cases tried. Nevertheless, a future version of OptaPlanner (and thus OptaPy) will add support for Genetic Algorithms, so you can easily benchmark Genetic Algorithms on your use case too.