ftol --> gtol

This commit is contained in:
adam-urbanczyk
2020-09-30 18:25:21 +02:00
parent 43e8377eb3
commit a170cb0df6

View File

@ -214,7 +214,7 @@ class ConstraintSolver(object):
x0, x0,
jac=jac, jac=jac,
method="BFGS", method="BFGS",
options=dict(disp=True, ftol=1e-12, maxiter=1000), options=dict(disp=True, gtol=1e-12, maxiter=1000),
) )
x = res.x x = res.x