public class InteriorPointBarrierControl extends ConvergenceControl
OBJECTIVE_FUNCTION_SEQUENCE_CONVERGENCE, VARIATE_CONSTRAINT_SEQUENCE_CONVERGENCE| Constructor and Description |
|---|
InteriorPointBarrierControl(int iConvergenceType,
double dblRelativeTolerance,
double dblAbsoluteTolerance,
double dblInitialStrength,
double dblDecayVelocity,
int iNumDecaySteps)
InteriorPointBarrierControl Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
decayVelocity()
Retrieve the Decay Velocity
|
double |
initialStrength()
Retrieve the Initial Barrier Strength
|
int |
numDecaySteps()
Retrieve the Number of Decay Steps
|
static InteriorPointBarrierControl |
Standard()
Construct a Standard InteriorPointBarrierControl Instance
|
absoluteTolerance, convergenceType, numFinderSteps, relativeTolerancepublic InteriorPointBarrierControl(int iConvergenceType,
double dblRelativeTolerance,
double dblAbsoluteTolerance,
double dblInitialStrength,
double dblDecayVelocity,
int iNumDecaySteps)
throws java.lang.Exception
iConvergenceType - The Convergence TypedblRelativeTolerance - The Objective Function Relative TolerancedblAbsoluteTolerance - The Objective Function Absolute TolerancedblInitialStrength - The Initial Barrier Strength LeveldblDecayVelocity - The Barrier Decay VelocityiNumDecaySteps - The Number Barrier Decay Stepsjava.lang.Exception - Thrown if the Inputs are Invalidpublic static InteriorPointBarrierControl Standard()
public int numDecaySteps()
public double initialStrength()
public double decayVelocity()