scipy_solvers

Classes

FsolveNlpSolver(nlp[, timer, options])

NewtonNlpSolver(nlp[, timer, options])

围绕NLP对象的SciPy标量牛顿求解器的封装

PyomoFsolveSolver([options])

PyomoNewtonSolver([options])

PyomoRootSolver([options])

PyomoScipySolver([options])

PyomoSecantNewtonSolver([options])

RootNlpSolver(nlp[, timer, options])

SecantNewtonNlpSolver(nlp[, 计时器, 选项])

一个围绕SciPy标量牛顿求解器的包装器,用于NLP对象,它采用指定次数的割线迭代(默认为2次)以尝试快速收敛线性方程,如果不成功则切换到牛顿法。