LatinHypercube
- class LatinHypercube[source]
Bases:
AbstractOneShotSamplerSampler using Latin Hypercube Sampling (LHS).
- init(eval_fn, d, key, options)
Initialize the sampler state and perform the first evaluations.
- Return type:
SamplerState
- step(eval_fn, d, state, key, options)
Perform one iteration of the sampling algorithm.
- Return type:
SamplerState