metaheuristic_designer.initializers.halton_initializer#

Initializer that implements Halton sequences as an initialization technique.

Classes

HaltonInitializer(dimension, lower_bound, ...)

Initializer that generates individuals using the Halton sequences, this is a pseudo-random method designed for covering the space efficiently.