Package com.imsl.datamining.neural
Class QuasiNewtonTrainer.BlockObjective
java.lang.Object
com.imsl.datamining.neural.QuasiNewtonTrainer.Objective
com.imsl.datamining.neural.QuasiNewtonTrainer.BlockObjective
- All Implemented Interfaces:
MinUnconMultiVar.Function
- Enclosing class:
- QuasiNewtonTrainer
-
Field Summary
Fields inherited from class com.imsl.datamining.neural.QuasiNewtonTrainer.Objective
nFunctionEvaluations, nObs, nY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublef(double[] weights) Public interface for the multivariate function to be minimized.
-
Constructor Details
-
BlockObjective
protected BlockObjective()
-
-
Method Details
-
f
public double f(double[] weights) Description copied from interface:MinUnconMultiVar.FunctionPublic interface for the multivariate function to be minimized.- Specified by:
fin interfaceMinUnconMultiVar.Function- Overrides:
fin classQuasiNewtonTrainer.Objective- Parameters:
weights- adoublearray, the point at which the function is to be evaluated- Returns:
- a
double, the value of the function at x
-