Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 649 Bytes

TODO.md

File metadata and controls

20 lines (12 loc) · 649 Bytes

Pending for inveniemus.

General

  • Fix multi-objective optimization.
  • Expand tutorial.
  • More examples, e.g.: traveling salesman, ant trail, boolean formula inference (GP).

Hill climbing

  • Implement random restarts.

Genetic algorithms

  • More crossover operators: two point crossover, uniform crossover, multiparent crossover.
  • More mutation operators: gaussian mutation, recombination, dynamic mutation (composed), repeated mutation (composed).

Simulated Annealing