The sherpa.optmethods module

Classes

OptMethod(name, optfunc) Base class for the optimisers.
LevMar([name]) Levenberg-Marquardt optimization method.
NelderMead([name]) Nelder-Mead Simplex optimization method.
MonCar([name]) Monte Carlo optimization method.
GridSearch([name]) Grid Search optimization method.

Class Inheritance Diagram

Inheritance diagram of OptMethod, LevMar, NelderMead, MonCar, GridSearch