Expand description
Discrete Optimization Global Search framework
Modulesยง
- data_
structures - various useful data-structures for search algorithms
- genetic
- includes genetic algorithms
- local_
search - includes local search algorithms
- metric_
logger - Implements the metric logger. Allows the algorithm to display logs of its performance through time.
- search_
algorithm - SearchAlgorithm trait definition + StoppingCriterion trait with some useful stopping criteria
- search_
decorator - Search space decorator traits + procedural macros
- search_
manager - Implementation of the search manager. Keeps the best-known objective and state of the algorithm.
- search_
space - Various search space related traits (SearchSpace, GuidedSpace, etc.)
- tree_
search - includes tree search algorithms