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
Change acquisition functions so they always return a tuple, with the second entry (grad) being None if they don't calculate gradient.
If grad from acquisition function is None, get scipy to estimate gradients.
Suggestion for solution to be implemented:
Change acquisition functions so they always return a tuple, with the second entry (
grad
) beingNone
if they don't calculate gradient.If
grad
from acquisition function isNone
, get scipy to estimate gradients.#221 closed
See #209
The text was updated successfully, but these errors were encountered: