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