You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
[99985d1d] AbstractGPs v0.5.21
[f67ccb44] HDF5 v0.17.2
[91a5bcdd] Plots v1.40.4
[f789e72d] PrettySections v0.1.0`https://github.com/christianhauschel/PrettySections.jl.git#master`
[5f89f4a4] PyFormattedStrings v0.1.11
⌅ [6fc51010] Surrogates v6.0.0
[78aa1720] SurrogatesAbstractGPs v0.1.0
[10745b16] Statistics
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated`
Output of versioninfo()
Julia Version 1.8.5
The text was updated successfully, but these errors were encountered:
That's only for certain choices of surrogates and certain choices of (x,y) right? It's definitely possible to get a singular exception with some cases which may need more points and have a degenerate solution if say everything falls on a line.
Describe the bug 🐞
Optimization with SRBF (linear, quadratic, and cubic Radial) results in SingularException, optimization with EI + Kriging does not.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
versioninfo()
The text was updated successfully, but these errors were encountered: