public interface CostFunction
| Modifier and Type | Method and Description |
|---|---|
double |
cost(double[] x)
Compute the cost associated to the given parameters array.
|
double cost(double[] x)
throws CostException
x - parameters arrayCostException - if no cost can be computed for the parametersPointCostPairCopyright © 2001-2007 Luc Maisonobe. All Rights Reserved.