mpest.optimizers#
A module that provides optimizers for numerical methods
Abstract Classes#
Abstract base class for numerical optimizers. |
Available implementations#
An optimizer that uses the Nelder-Mead simplex algorithm from SciPy. |
|
An optimizer that uses Powell's conjugate direction method from SciPy. |