We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1fb60 commit bd10243Copy full SHA for bd10243
GPopt/GPOpt.py
@@ -84,7 +84,7 @@ class GPOpt:
84
85
method: an str;
86
"bayesian" (default) for Gaussian posteriors, "mc" for Monte Carlo posteriors,
87
- "splitconformal" for conformalized surrogates
+ "splitconformal" (only for acquisition = "ucb") for conformalized surrogates
88
89
min_value: a float;
90
minimum value of the objective function (default is None). For example,
0 commit comments