metaheuristic_designer.initializers.halton_initializer#
Initializer that implements Halton sequences as an initialization technique.
Classes
|
Initializer that generates individuals using the Halton sequences, this is a pseudo-random method designed for covering the space efficiently. |