Skip to content

Commit

Permalink
Update Cobyla parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mcastanoUQ committed Dec 14, 2024
1 parent 346bad9 commit 2bc9fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smt/applications/mfck.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ def train(self):
method="COBYLA",
constraints=[{"fun": con, "type": "ineq"} for con in constraints],
options={
"rhobeg": 0.2,
"tol": 1e-6,
"rhobeg": 0.5,
"tol": 1e-4,
"maxiter": 100,
},
)
Expand Down

0 comments on commit 2bc9fd2

Please sign in to comment.