|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnr.minimizer.VecMinimizerImp
nr.minimizer.NelderMeadMinimizer
public class NelderMeadMinimizer
The downhill simplex algorithm of Nelder and Mead. Based on Numerical Recipes, chapter 10.4
| Field Summary |
|---|
| Fields inherited from class nr.minimizer.VecMinimizerImp |
|---|
MAXFUNCTIONEVAL |
| Constructor Summary | |
|---|---|
NelderMeadMinimizer(ScalarFunction f)
Creates a new instance of NelderMeadMinimizer |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
test suite |
| Methods inherited from class nr.minimizer.VecMinimizerImp |
|---|
getEpsilon, minimize, numFuncEvals, setEpsilon |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NelderMeadMinimizer(ScalarFunction f)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||