Hyperparameter Optimization#

Algorithms#

NelderMeadAlgorithm([dimensions, coeff, ...])

Class to manage the NelderMead algorithm

Optuna Utilities#

Samplers#

NelderMeadSampler(search_space[, seed, rng, ...])

Sampler using the NelderMead algorithm

Hparam#

Hparam()

Const(value)

Float(low, high[, step, log])

Int(low, high[, step, log])

Categorical(choices)