metaheuristic_designer.initializer#
Base class for the Initializer module.
This module implements functions to generate the initial population of the algorithm.
Classes
|
Abstract base for all population initializers. |
|
Initializer that uses a user-provided function to generate individuals. |