AbstractAdaptiveSampler
- class AbstractAdaptiveSampler(initial_models=10, batch_size=1)[source]
Bases:
AbstractSamplerAdaptive samplers iterate until a budget is reached or convergence is met.
- init(eval_fn, d, key, options)[source]
Initialize the sampler state and perform the first evaluations.
- Return type:
SamplerState