File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
optuna/terminator/improvement Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments