The TrustRegionMinimizer type exposes the following members.

Constructors

  NameDescription
TrustRegionMinimizerOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of self.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MinimizeOverloaded.
SetAllTolerances
Sets all the error tolerances used in computing minima estimates.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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