scipy_solvers
Classes
|
|
|
A wrapper around the SciPy scalar Newton solver for NLP objects |
|
|
|
|
|
|
|
|
|
|
|
|
|
A wrapper around the SciPy scalar Newton solver for NLP objects that takes a specified number of secant iterations (default is 2) to try to converge a linear equation quickly then switches to Newton's method if this is not successful. |