metaheuristic_designer.initializers.direct_initializer#

Initializer that uses a set of predefined solutions as the first generation.

Classes

DirectInitializer(default_init, solutions[, ...])

Initializer that seeds the population with a given set of solutions.