Skip to content

Commit

Permalink
Update plot_kriging_advanced.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed May 5, 2024
1 parent 1fbd546 commit 197b25a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
cov.activateNuggetFactor(True)

# %%
# We have to run the opitmization algorithm again.
# We have to run the optimization algorithm again.

algokriging_nugget = ot.KrigingAlgorithm(x, y, cov, basis)
algokriging_nugget.setOptimizationAlgorithm(ot.NLopt("GN_DIRECT"))
Expand Down

0 comments on commit 197b25a

Please sign in to comment.