metaheuristic_designer.algorithm# Base class for the Algorithm module. This module implements the main loop of the optimization algorithm using a search strategy. Classes Algorithm(objfunc, search_strategy[, name, ...]) Orchestrates a complete optimization run.