|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Hooke.Optimizable
This is the interface you have to implement if you want to optimize using Hooke.
| Method Summary | |
|---|---|
double[] |
getVars()
This should return an array of variables you want optimized. |
double |
objectiveFunction()
The variables will be optimized in such a way as to minimize the value returned by calls to objectiveFunction(). |
void |
setVars(double[] v)
This should set the optimizable variables to values from the array. |
| Method Detail |
|---|
double[] getVars()
void setVars(double[] v)
double objectiveFunction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||