metaheuristic_designer.initializers.latin_hypercube_initializer#
Initializer that implements Latin Hypercube Sampling as an initialization technique.
Classes
|
Initializer that generates individuals using the Latin Hypercube Sampling (LHS) technique, in which values are drawn from a stratified uniform distribution that more efficiently samples the search space than naive uniform sampling. |