package
0.9.0
Repository: https://github.com/c-bata/goptuna.git
Documentation: pkg.go.dev

# Functions

NewEngine returns Sobol's quasirandom number generator.
NewSampler returns the Sobol sampler.
SamplerOptionSkipInitialPoints to skip the number of initial points.

# Structs

No description provided by the author
Engine is Sobol's quasirandom number generator.
Sampler for quasi-Monte Carlo Sampling based on Sobol sequence.

# Type aliases

SamplerOption is a type of function to set options.