Algorithm
This module defines a metaheuristic algorithm that will be used to optimize the scoring function. All the necessary and optional parameters that determine the behavior of the algorithm are also set here.
Evolution
Tabu Search
An iterative greedy version of tabu search with backtracks.
'algorithm': {
'slug': 'iterative:tabu_search',
'limit': <module>,
'shuffle_seed': <optional number>
}