Click or drag to resize
MinUnconMultiVar Properties

The MinUnconMultiVar type exposes the following members.

Properties
  NameDescription
Public propertyDigits
The number of good digits in the function.
Public propertyErrorStatus
The non-fatal error status.
Public propertyFscale
The function scaling value for scaling the gradient.
Public propertyGradientTolerance
The gradient tolerance used to compute the gradient.
Public propertyIhess
The Hessian initialization parameter.
Public propertyIterations
The number of iterations used to compute a minimum.
Public propertyMaximumStepsize
The maximum allowable stepsize to use.
Public propertyMaxIterations
The maximum number of iterations allowed.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyParallel
Enable or disable performing MinUnconMultiVar.IFunction.F in parallel.
Public propertyStepTolerance
The scaled step tolerance to use when changing x.
Top
See Also