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

# Functions

NewPruner is a constructor for Pruner.
OptionMinEarlyStoppingRate to set the minimum value of the early stopping rate.
OptionMinResource to set the minimum resource.
OptionReductionFactor to set the reduction factor.

# Variables

OptionSetMinEarlyStoppingRate to set the minimum value of the early stopping rate.
OptionSetMinResource to set the minimum resource.
OptionSetReductionFactor to set the reduction factor.

# Structs

Pruner using Optuna flavored Asynchronous Successive Halving Algorithm.

# Type aliases

Option to pass the custom option.