Trust |
[Missing <summary> documentation for "T:Altaxo.Calc.Optimization.TrustRegion.TrustRegionDogLegMinimizer"]
public sealed class TrustRegionDogLegMinimizer : TrustRegionMinimizerBase
The TrustRegionDogLegMinimizer type exposes the following members.
Name | Description | |
---|---|---|
TrustRegionDogLegMinimizer | Non-linear least square fitting by the trust region dogleg algorithm. |
Name | Description | |
---|---|---|
FunctionTolerance |
The stopping threshold for the function value or L2 norm of the residuals.
(Inherited from NonlinearMinimizerBase) | |
GradientTolerance |
The stopping threshold for infinity norm of the gradient.
(Inherited from NonlinearMinimizerBase) | |
LowerBound |
The lower bound of the parameters.
(Inherited from NonlinearMinimizerBase) | |
MaximumIterations |
The maximum number of iterations.
(Inherited from NonlinearMinimizerBase) | |
RadiusTolerance |
The stopping threshold for the trust region radius.
(Inherited from TrustRegionMinimizerBase) | |
Scales |
The scale factors for the parameters.
(Inherited from NonlinearMinimizerBase) | |
StepTolerance |
The stopping threshold for L2 norm of the change of the parameters.
(Inherited from NonlinearMinimizerBase) | |
UpperBound |
The upper bound of the parameters.
(Inherited from NonlinearMinimizerBase) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
FindMinimum(IObjectiveModel, VectorDouble, VectorDouble, VectorDouble, VectorDouble, ListBoolean) | (Inherited from TrustRegionMinimizerBase) | |
FindMinimum(IObjectiveModel, Double, Double, Double, Double, Boolean) | (Inherited from TrustRegionMinimizerBase) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Minimum |
Non-linear least square fitting by the trust-region algorithm.
(Inherited from TrustRegionMinimizerBase) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
Subproblem |
The trust region subproblem.
(Inherited from TrustRegionMinimizerBase) |