Hyperparameter Optimization#

Algorithms#

NelderMeadAlgorism([dimensions, coeff, rng, ...])

Class to manage the NelderMead algorithm

Optuna Utilities#

Samplers#

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

Sampler using the NelderMead algorithm

Suggest Wrappers#

Suggest(name)

Const(name, value)

SuggestFloat(name, low, high[, step, log])

SuggestInt(name, low, high[, step, log])

SuggestCategorical(name, choices)

SuggestDiscreteUniform(name, low, high, q)

SuggestLogUniform(name, low, high)

SuggestUniform(name, low, high)