-
- Enclosing interface:
- Optimizer
public static interface Optimizer.ObjectiveFunctionInterface for the objective function.- Author:
- Christian Fries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetValues(double[] parameters, double[] values)
-
-
-
Method Detail
-
setValues
void setValues(double[] parameters, double[] values) throws SolverException- Throws:
SolverException
-
-