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