metaheuristic_designer.operator#
Base class for the Operator module.
This module implements procedures to modify the current solutions so that we explore the search space.
Classes
|
Operator class that returns the individual without changes. |
|
Abstract base for all perturbation operators. |
|
Operator that wraps a user‑supplied function. |