protected class QuasiNewtonTrainer.GradObjective extends QuasiNewtonTrainer.Objective implements MinUnconMultiVar.Gradient
| Modifier and Type | Field and Description |
|---|---|
protected int |
nFunctionEvaluations |
protected int |
nObs |
protected int |
nY |
| Modifier and Type | Method and Description |
|---|---|
void |
gradient(double[] weights,
double[] gradient)
Public interface for the gradient of the multivariate function
to be minimized.
|
fclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfprotected int nFunctionEvaluations
protected int nObs
protected int nY
public void gradient(double[] weights,
double[] gradient)
MinUnconMultiVar.Gradientgradient in interface MinUnconMultiVar.Gradientweights - a double array, the point at which the
gradient of the function is to be evaluatedgradient - a double array, the value of the gradient
of the function at xCopyright © 1970-2015 Rogue Wave Software
Built June 18 2015.