Skip to content

Commit

Permalink
Merge pull request optuna#5696 from not522/fix-terminator-doc
Browse files Browse the repository at this point in the history
Fix `RegretBoundEvaluator` document
  • Loading branch information
eukaryo authored Oct 11, 2024
2 parents 4ea7eac + 615cf8d commit 12c2744
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions optuna/terminator/improvement/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,12 @@ class RegretBoundEvaluator(BaseImprovementEvaluator):
high probability under the Gaussian process model assumption.
Args:
gp:
A Gaussian process model on which evaluation base. If not specified, the default
Gaussian process model is used.
top_trials_ratio:
A ratio of top trials to be considered when estimating the regret. Default to 0.5.
min_n_trials:
A minimum number of complete trials to estimate the regret. Default to 20.
min_lcb_n_additional_samples:
A minimum number of additional samples to estimate the lower confidence bound.
Default to 2000.
seed:
Seed for random number generator.
For further information about this evaluator, please refer to the following paper:
Expand Down

0 comments on commit 12c2744

Please sign in to comment.