mpest.optimizers#

A module that provides optimizers for numerical methods


Abstract Classes#

Optimizer

Abstract base class for numerical optimizers.

Available implementations#

ScipyNelderMead

An optimizer that uses the Nelder-Mead simplex algorithm from SciPy.

ScipyPowell

An optimizer that uses Powell's conjugate direction method from SciPy.