protected class QuasiNewtonTrainer.Objective extends Object implements MinUnconMultiVar.Function
| Modifier and Type | Field and Description |
|---|---|
protected int |
nFunctionEvaluations |
protected int |
nObs |
protected int |
nY |
| Modifier and Type | Method and Description |
|---|---|
double |
f(double[] weights)
Public interface for the multivariate function to be minimized.
|
protected int nObs
protected int nY
protected int nFunctionEvaluations
public double f(double[] weights)
MinUnconMultiVar.Functionf in interface MinUnconMultiVar.Functionweights - a double array, the point
at which the function is to be evaluateddouble, the value of the function at xCopyright © 2020 Rogue Wave Software. All rights reserved.