The TrustRegionMinimizer type exposes the following members.

Properties

  NameDescription
DefaultMaxIterations
Gets and sets the default maximum number of iterations.
DefaultTolerance
Gets and sets the default error tolerance.
FinalResidual
Gets the residual associated with the last computed solution.
InitialResidual
Gets the residual associated with the starting point.
InitialStepBound
Gets and sets the initial step bound. In most cases this should be between 0.1 and 100.0.
Iterations
Gets the number of iterations used in the estimate of the mimimum just computed.
MaxIterations
Gets and sets the maximum number of iterations used in computing minima estimates.
MaxIterationsMet
Returns true if the minimum just computed stopped because the maximum number of iterations was reached; otherwise, false.
MaxTrialIterations
Gets and sets the maximum number of iterations of trial step calculation.
StopCriterion
The reason for stopping.
ToleranceFunctionValue
Gets and sets the tolerance used to check the function value.
ToleranceImprovement
Gets and sets the tolerance used to check the improvement between steps.
ToleranceJacobian
Gets and sets the tolerance used to check the Jacobian.
ToleranceTrialStep
Gets and sets the tolerance used to check the trial step.
ToleranceTrustRegionArea
Gets and sets the tolerance used to check the trust region area.

See Also