metaheuristic_designer.strategies#
Built-in search strategy implementations.
Modules
Estimation of Distribution Algorithms (EDA) strategies. |
|
Bayesian optimization strategy. |
|
Classic population-based strategies (GA, DE, ES, CMA-ES, SA, RandomSearch). |
|
Strategy that generates solutions from a model. |
|
Hybrid strategies that combine one or more strategies. |
|
No-op strategy that returns the population unchanged (debug / baseline). |
|
Strategy where the population size remains constant, no explicit parent selection. |
|
Strategy where offspring size differs from population size (μ+λ / μ,λ style). |
|
Single solution abstract strategy |
|
Swarm intelligence strategies. |