The MinConNLP type exposes the following members.

Properties

NameDescription
BindingThreshold
The binding threshold for constraints.
BoundViolationBound
The amount by which bounds may be violated during numerical differentiation.
DifferentiationType
The type of numerical differentiation to be used.
FunctionPrecision
The relative precision of the function evaluation routine.
GradientPrecision
The relative precision in gradients.
MaximumIterations
The maximum number of iterations allowed.
MultiplierError
The error allowed in the multipliers.
NumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Parallel
Enable or disable performing MinConNLP.IFunction.F in parallel.
PenaltyBound
The universal bound for describing how much the unscaled penalty-term may deviate from zero.
ScalingBound
The scaling bound for the internal automatic scaling of the objective function.
ViolationBound
Defines allowable constraint violations of the final accepted result.

See Also