public interface OptimizerInterface
Modifier and Type | Interface and Description |
---|---|
static interface |
OptimizerInterface.ObjectiveFunction |
Modifier and Type | Method and Description |
---|---|
double[] |
getBestFitParameters()
Get the best fit parameter vector.
|
int |
getIterations()
Get the number of iterations.
|
double |
getRootMeanSquaredError() |
void |
run()
Runs the optimization.
|
double[] 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 © 2017. All rights reserved.