public interface OptimizationObjective
| Modifier and Type | Method and Description |
|---|---|
double[] |
evaluate(double[] parameters)
evaluate the current parameters against the target objectives
|
int |
getNumberOfObjectives()
get the number of objectives the parameters will be test against
|
int |
getNumberOfParameters()
get the number of parameter required to be optimized
|
int getNumberOfParameters()
int getNumberOfObjectives()
double[] evaluate(double[] parameters)
parameters - the current set of parameters to test