Package gov.nih.mipav.model.algorithms
Class CeresSolver.TolerantLoss
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
gov.nih.mipav.model.algorithms.CeresSolver.TolerantLoss
- Enclosing class:
CeresSolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
finalize
-
Field Details
-
a_
private double a_ -
b_
private double b_ -
c_
private double c_
-
-
Constructor Details
-
TolerantLoss
public TolerantLoss(double a, double b)
-
-
Method Details
-
Evaluate
public void Evaluate(double s, double[] rho) - Specified by:
Evaluatein classCeresSolver.LossFunction
-