The MinUnconMultiVar type exposes the following members.

Properties

NameDescription
Digits
The number of good digits in the function.
ErrorStatus
The non-fatal error status.
Fscale
The function scaling value for scaling the gradient.
GradientTolerance
The gradient tolerance used to compute the gradient.
Ihess
The Hessian initialization parameter.
Iterations
The number of iterations used to compute a minimum.
MaximumStepsize
The maximum allowable stepsize to use.
MaxIterations
The maximum number of iterations allowed.
NumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Parallel
Enable or disable performing MinUnconMultiVar.IFunction.F in parallel.
StepTolerance
The scaled step tolerance to use when changing x.

See Also