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
As I understand, this limitation is due to Optimization.jl: they specifically support two-arg f that is called as f(x, p) for x being the optimization variables vector, and p an arbitrary value user passes to OptimizationProblem – https://docs.sciml.ai/Optimization/stable/API/optimization_problem/.
Here, I take Fix2 and extract its fields to pass to Optimization.
It only supports
Fix2
but sometimes I have extra arguments.The text was updated successfully, but these errors were encountered: