scikit-optimize
skopt
skopt.acquisition
skopt.benchmarks
skopt.callbacks
skopt.learning
skopt.optimizer
skopt.plots
skopt.utils
skopt.sampler
skopt.space.space
skopt.space.transformers
bench3()
A benchmark function for test purposes.
f(x) = sin(5*x) * (1 - tanh(x ** 2))
It has a global minima with f(x*) ~= -0.9 at x* ~= -0.3.
previous
skopt.benchmarks.bench2
next
skopt.benchmarks.bench4