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