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
!allowscallback(alg) &&!(get(kwargs, :callback, DEFAULT_CALLBACK) isa NullCallback) &&
127
127
throw(IncompatibleOptimizerError("The algorithm $(typeof(alg)) does not support callbacks, remove the `callback` keyword argument from the `solve` call."))
128
128
requiresgradient(alg) &&
129
129
!(prob.f isa SciMLBase.AbstractOptimizationFunction) &&
0 commit comments