|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectnumericalMethods.calculus.minimizing.Powell
| Constructor Summary | |
Powell()
|
|
| Method Summary | |
static void |
clean()
|
static boolean |
getDebug()
Get the value of debug. |
int |
getIter()
Get the value of iter. |
static int |
getITMAX()
Get the value of ITMAX. |
static double[][] |
getStandardBasis(int dim)
|
static double |
search(double[] p,
double[][] xi,
double ftol,
DoubleArrayParametrized F,
DoubleValued f)
|
static double |
search(double[] p,
double[][] xi,
double ftol,
DoubleValued f)
|
static double |
search(double[] p,
double ftol,
DoubleValued f)
|
static void |
setDebug(boolean v)
Set the value of debug. |
static void |
setITMAX(int v)
Set the value of ITMAX. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Powell()
| Method Detail |
public static int getITMAX()
public static void setITMAX(int v)
v - Value to assign to ITMAX.public static boolean getDebug()
public static void setDebug(boolean v)
v - Value to assign to debug.public int getIter()
public static void clean()
public static double[][] getStandardBasis(int dim)
public static final double search(double[] p,
double ftol,
DoubleValued f)
public static final double search(double[] p,
double[][] xi,
double ftol,
DoubleValued f)
public static final double search(double[] p,
double[][] xi,
double ftol,
DoubleArrayParametrized F,
DoubleValued f)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||