Skip to content

Commit

Permalink
cobyla for sgp
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Jan 29, 2024
1 parent 9b71a3a commit 11811dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions smt/surrogate_models/sgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ def _initialize(self):
desc="Gaussian noise on observed training data",
types=(list, np.ndarray),
)
declare(
"hyper_opt",
"Cobyla",
values=("Cobyla"),
desc="Optimiser for hyperparameters optimisation",
types=str,
)
declare(
"eval_noise",
True, # for SGP evaluate noise by default
Expand Down

0 comments on commit 11811dd

Please sign in to comment.