FsolveNlpSolver(nlp[, timer, options])
|
|
NewtonNlpSolver(nlp[, timer, options])
|
A wrapper around the SciPy scalar Newton solver for NLP objects |
PyomoFsolveSolver([options])
|
|
PyomoNewtonSolver([options])
|
|
PyomoRootSolver([options])
|
|
PyomoScipySolver([options])
|
|
PyomoSecantNewtonSolver([options])
|
|
RootNlpSolver(nlp[, timer, options])
|
|
SecantNewtonNlpSolver(nlp[, timer, options])
|
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. |