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
x0, nothing, lcons = [-1e-6], ucons = [1e-6]) # Small tolerance instead of exact equality
92
92
93
93
sol = solve(prob, ScipyCOBYLA())
94
94
@show sol.u, sol.objective
@@ -130,3 +130,4 @@ If SciPy raises an error it is re-thrown as a Julia `ErrorException` carrying th
130
130
## Contributing
131
131
132
132
Bug reports and feature requests are welcome in the [Optimization.jl](https://github.com/SciML/Optimization.jl) issue tracker. Pull requests that improve either the Julia wrapper or the documentation are highly appreciated.
0 commit comments