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
I don't think that's possible with ScipyRootFinding. So your root finding problem has a non-unique solution and you know that there exists a solution in [min_x, max_x]? One way would be to solve min_x ||f(x)||^2 s.t. x in [min_x, max_x] instead. We recently merged LBFGSB, which could be use for that pupose.
Hey,
I am using
ScipyRootFinding
to find the roots of a nonlinear system. I want to make sure the solution stays within some min_x and max_x.Any advice or pointers? I checked the parameters for all solvers and nothing jumped out.
Thanks
The text was updated successfully, but these errors were encountered: