public class ConvergenceControlParams
extends java.lang.Object
| Constructor and Description |
|---|
ConvergenceControlParams()
Default Convergence Control Parameters constructor
|
ConvergenceControlParams(int iFixedPointConvergenceIterations,
double dblConvergenceZoneVariateBegin,
double dblConvergenceZoneEdgeLimit,
double dblConvergenceZoneVariateBumpFactor)
ConvergenceControlParams constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
getConvergenceZoneEdgeLimit()
Return the limit of the fixed point convergence zone edge
|
double |
getConvergenceZoneVariateBegin()
Return the start of the fixed point convergence variate
|
double |
getConvergenceZoneVariateBumpFactor()
Return the bump factor for the fixed point convergence variate iteration
|
int |
getFixedPointConvergenceIterations()
Return the number of fixed point convergence iterations
|
public ConvergenceControlParams()
public ConvergenceControlParams(int iFixedPointConvergenceIterations,
double dblConvergenceZoneVariateBegin,
double dblConvergenceZoneEdgeLimit,
double dblConvergenceZoneVariateBumpFactor)
throws java.lang.Exception
iFixedPointConvergenceIterations - Iterations to locate a variate inside the convergence zonedblConvergenceZoneVariateBegin - Starting variate for convergence zone determinationdblConvergenceZoneEdgeLimit - Convergence zone edge limitdblConvergenceZoneVariateBumpFactor - Convergence Zone Variate Bump Factorjava.lang.Exception - Thrown if the inputs are invalidpublic int getFixedPointConvergenceIterations()
public double getConvergenceZoneEdgeLimit()
public double getConvergenceZoneVariateBegin()
public double getConvergenceZoneVariateBumpFactor()