The sherpa.optmethods module¶
Classes
OptMethod (name, optfunc) |
|
LevMar ([name]) |
Levenberg-Marquardt optimization method. |
NelderMead ([name]) |
Nelder-Mead Simplex optimization method. |
MonCar ([name]) |
Monte Carlo optimzation method. |
GridSearch ([name]) |
Grid Search optimization method. |