Click or drag to resize
MinConNLP Properties

The MinConNLP type exposes the following members.

Properties
  NameDescription
Public propertyBindingThreshold
The binding threshold for constraints.
Public propertyBoundViolationBound
The amount by which bounds may be violated during numerical differentiation.
Public propertyDifferentiationType
The type of numerical differentiation to be used.
Public propertyFunctionPrecision
The relative precision of the function evaluation routine.
Public propertyGradientPrecision
The relative precision in gradients.
Public propertyMaximumIterations
The maximum number of iterations allowed.
Public propertyMultiplierError
The error allowed in the multipliers.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyParallel
Enable or disable performing MinConNLP.IFunction.F in parallel.
Public propertyPenaltyBound
The universal bound for describing how much the unscaled penalty-term may deviate from zero.
Public propertyScalingBound
The scaling bound for the internal automatic scaling of the objective function.
Public propertyViolationBound
Defines allowable constraint violations of the final accepted result.
Top
See Also