Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 780 Bytes

samplers.rst

File metadata and controls

21 lines (17 loc) · 780 Bytes

optuna.samplers

optuna.samplers

The ~optuna.samplers module defines a base class for parameter sampling as described extensively in ~optuna.samplers.BaseSampler. The remaining classes in this module represent child classes, deriving from ~optuna.samplers.BaseSampler, which implement different sampling strategies.

optuna.samplers.BaseSampler optuna.samplers.GridSampler optuna.samplers.RandomSampler optuna.samplers.TPESampler optuna.samplers.CmaEsSampler optuna.samplers.PartialFixedSampler optuna.samplers.NSGAIISampler optuna.samplers.MOTPESampler optuna.samplers.IntersectionSearchSpace optuna.samplers.intersection_search_space