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
Visualization of the function returned from SGP indicates that this model of the data is indeed differentiable. However, the .gradient method is not defined:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~venv/lib/python3.12/site-packages/smt/surrogate_models/surrogate_model.py", line 333, in predict_derivatives
check_support(self, "derivatives")
File "~venv/lib/python3.12/site-packages/smt/utils/checks.py", line 25, in check_support
raise NotImplementedError("{} does not support {}".format(class_name, name))
NotImplementedError: SGP does not support derivatives
Are gradient fundamentally unavailable, or could this be implemented?
The text was updated successfully, but these errors were encountered:
Visualization of the function returned from SGP indicates that this model of the data is indeed differentiable. However, the
.gradient
method is not defined:Are gradient fundamentally unavailable, or could this be implemented?
The text was updated successfully, but these errors were encountered: