Expand description

Optimization Framework

  • core: main elements used by every optimization problem
  • metaheuristics: implementations of consolidated metaheuristics
  • analysis: Tools to gather and visualize metrics to improve understanding of a solver’s behavior.
  • components: Common building blocks to implement the problem-dependent code. Stuff here is very unstable right now.

Modules

Facilities for the analysis of a solver’s performance.

The basic building blocks for optimization problems.

This module keeps implementations for metaheuristics defined in papers and used across industry.