We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234833b commit 6c7e152Copy full SHA for 6c7e152
examples/rosenbrock_constrained.py
@@ -26,7 +26,7 @@ def pbox(x):
26
logging.basicConfig(level=logging.DEBUG, format='%(message)s')
27
28
# Call DFO-LS
29
-soln = dfols.solve(rosenbrock, x0, projections=[pball,pbox], user_params={'dykstra.d_tol': 1e-50})
+soln = dfols.solve(rosenbrock, x0, projections=[pball,pbox])
30
31
# Display output
32
print(soln)
0 commit comments