|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CostFunction
This interface represents a cost function to be minimized.
Method Summary | |
---|---|
double |
cost(double[] x)
Compute the cost associated to the given parameters array. |
Method Detail |
---|
double cost(double[] x) throws CostException
x
- parameters array
CostException
- if no cost can be computed for the parametersPointCostPair
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |