public interface Optimizer
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Optimizer.ObjectiveFunction
Interface for the objective function.
|
| 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 © 2019. All rights reserved.