metaheuristic_designer.search_strategy#

Base class for the Search strategy module.

This module implements the procedure applied in each iteration of the algorithm.

Classes

SearchStrategy(initializer[, operator, ...])

Orchestrates one iteration of an optimization loop.

SearchStrategyFromLambda(initializer, iterate_fn)

Strategy whose components can be plain functions.