Package gov.nih.mipav.model.algorithms
Class CeresSolver.LossFunctionWrapper
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
gov.nih.mipav.model.algorithms.CeresSolver.LossFunctionWrapper
- Enclosing class:
CeresSolver
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLossFunctionWrapper(CeresSolver.LossFunction rho, CeresSolver.Ownership ownership) -
Method Summary
Modifier and TypeMethodDescriptionvoidEvaluate(double sq_norm, double[] out) voidfinalize()voidReset(CeresSolver.LossFunction rho, CeresSolver.Ownership ownership)
-
Field Details
-
rho_
-
ownership_
-
-
Constructor Details
-
LossFunctionWrapper
-
-
Method Details
-
finalize
public void finalize()- Overrides:
finalizein classCeresSolver.LossFunction
-
Evaluate
public void Evaluate(double sq_norm, double[] out) - Specified by:
Evaluatein classCeresSolver.LossFunction
-
Reset
-