metaheuristic_designer.initializers.sobol_initializer#

Initializer that implements Sobol sequences as an initialization technique.

Classes

SobolInitializer(dimension, lower_bound, ...)

Initializer that generates individuals using the Sobol sequences, this is a quasi-random method designed for covering the space with low-discrepancy samples.