public interface StochasticOptimizerInterface
Modifier and Type | Interface and Description |
---|---|
static interface |
StochasticOptimizerInterface.ObjectiveFunction
The interface describing the objective function of a
StochasticOptimizerInterface . |
Modifier and Type | Method and Description |
---|---|
RandomVariableInterface[] |
getBestFitParameters()
Get the best fit parameter vector.
|
int |
getIterations()
Get the number of iterations.
|
double |
getRootMeanSquaredError() |
void |
run()
Runs the optimization.
|
RandomVariableInterface[] getBestFitParameters()
double getRootMeanSquaredError()
int getIterations()
void run() throws SolverException
SolverException
- Thrown if the valuation fails, specific cause may be available via the cause()
method.Copyright © 2018. All rights reserved.