Skip to content

Commit 12c2744

Browse files
authored
Merge pull request optuna#5696 from not522/fix-terminator-doc
Fix `RegretBoundEvaluator` document
2 parents 4ea7eac + 615cf8d commit 12c2744

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

optuna/terminator/improvement/evaluator.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,12 @@ class RegretBoundEvaluator(BaseImprovementEvaluator):
122122
high probability under the Gaussian process model assumption.
123123
124124
Args:
125-
gp:
126-
A Gaussian process model on which evaluation base. If not specified, the default
127-
Gaussian process model is used.
128125
top_trials_ratio:
129126
A ratio of top trials to be considered when estimating the regret. Default to 0.5.
130127
min_n_trials:
131128
A minimum number of complete trials to estimate the regret. Default to 20.
132-
min_lcb_n_additional_samples:
133-
A minimum number of additional samples to estimate the lower confidence bound.
134-
Default to 2000.
129+
seed:
130+
Seed for random number generator.
135131
136132
For further information about this evaluator, please refer to the following paper:
137133

0 commit comments

Comments
 (0)