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
class CeresSolver.LossFunctionWrapper extends CeresSolver.LossFunction
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.Ownership
ownership_
private CeresSolver.LossFunction
rho_
-
Constructor Summary
Constructors Constructor Description LossFunctionWrapper(CeresSolver.LossFunction rho, CeresSolver.Ownership ownership)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Evaluate(double sq_norm, double[] out)
void
finalize()
void
Reset(CeresSolver.LossFunction rho, CeresSolver.Ownership ownership)
-
-
-
Field Detail
-
rho_
private CeresSolver.LossFunction rho_
-
ownership_
private CeresSolver.Ownership ownership_
-
-
Constructor Detail
-
LossFunctionWrapper
public LossFunctionWrapper(CeresSolver.LossFunction rho, CeresSolver.Ownership ownership)
-
-
Method Detail
-
finalize
public void finalize()
- Overrides:
finalize
in classCeresSolver.LossFunction
-
Evaluate
public void Evaluate(double sq_norm, double[] out)
- Specified by:
Evaluate
in classCeresSolver.LossFunction
-
Reset
public void Reset(CeresSolver.LossFunction rho, CeresSolver.Ownership ownership)
-
-