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.Function
f
in interface MinUnconMultiVar.Function
f
in class QuasiNewtonTrainer.Objective
weights
- 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.