protected class QuasiNewtonTrainer.BlockObjective extends QuasiNewtonTrainer.Objective
nFunctionEvaluations, nObs, nY| Modifier | Constructor and Description |
|---|---|
protected |
BlockObjective() |
| Modifier and Type | Method and Description |
|---|---|
double |
f(double[] weights)
Public interface for the multivariate function to be minimized.
|
public double f(double[] weights)
MinUnconMultiVar.Functionf in interface MinUnconMultiVar.Functionf in class QuasiNewtonTrainer.Objectiveweights - 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.