metaheuristic_designer.operators.extended_operator#

Base operator for algorithms that split the genotype into solution and parameters.

Classes

ExtendedOperator(base_operator, ...[, name])

Operator that handles a genotype split into solution and extra parameters.