Interface StochasticOptimizer.ObjectiveFunction
- Enclosing interface:
StochasticOptimizer
public static interface StochasticOptimizer.ObjectiveFunction
The interface describing the objective function of a
StochasticOptimizer
.- Version:
- 1.0
- Author:
- Christian Fries
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setValues
(RandomVariable[] parameters, RandomVariable[] values)
-
Method Details
-
setValues
- Throws:
SolverException
-