Skip to main content

Module algorithms

Module algorithms 

Source
Expand description

Evolutionary algorithms

This module provides various evolutionary algorithm implementations.

Modules§

cmaes
CMA-ES (Covariance Matrix Adaptation Evolution Strategy)
eda
Estimation of Distribution Algorithms (EDAs)
evolution_strategy
Evolution Strategies: (μ+λ)-ES and (μ,λ)-ES
island
Island Model Parallelism
nsga2
NSGA-II (Non-dominated Sorting Genetic Algorithm II)
prelude
simple_ga
Simple Genetic Algorithm
steady_state
Steady-State Genetic Algorithm