Crate optimum
Source 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.
- analysis
- Facilities for the analysis of a solver’s performance.
- components
- core
- The basic building blocks for optimization problems.
- metaheuristics
- This module keeps implementations for metaheuristics defined in papers and used across industry.