ftol --> gtol
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user