public class ConvergenceControl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
OBJECTIVE_FUNCTION_SEQUENCE_CONVERGENCE
Solve Using the Convergence of the Objective Function Realization
|
static int |
VARIATE_CONSTRAINT_SEQUENCE_CONVERGENCE
Solve Using the Convergence of the Variate/Constraint Multiplier Tuple Realization
|
Constructor and Description |
---|
ConvergenceControl(int iConvergenceType,
double dblRelativeTolerance,
double dblAbsoluteTolerance,
int iNumFinderSteps)
ConvergenceControl Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
absoluteTolerance()
Retrieve the Absolute Tolerance
|
int |
convergenceType()
Retrieve the Convergence Type
|
int |
numFinderSteps()
Retrieve the Number of Finder Steps
|
double |
relativeTolerance()
Retrieve the Relative Tolerance
|
static ConvergenceControl |
Standard()
Construct a Standard ConvergenceControl Instance
|
public static final int OBJECTIVE_FUNCTION_SEQUENCE_CONVERGENCE
public static final int VARIATE_CONSTRAINT_SEQUENCE_CONVERGENCE
public ConvergenceControl(int iConvergenceType, double dblRelativeTolerance, double dblAbsoluteTolerance, int iNumFinderSteps) throws java.lang.Exception
iConvergenceType
- The Convergence TypedblRelativeTolerance
- The Objective Function Relative TolerancedblAbsoluteTolerance
- The Objective Function Absolute ToleranceiNumFinderSteps
- The Number of the Fixed Point Finder Stepsjava.lang.Exception
- Thrown if the Inputs are Invalidpublic static ConvergenceControl Standard()
public int convergenceType()
public int numFinderSteps()
public double relativeTolerance()
public double absoluteTolerance()