Trust |
[Missing <summary> documentation for "T:Altaxo.Calc.Optimization.TrustRegion.TrustRegionMinimizerBase"]
public abstract class TrustRegionMinimizerBase : NonlinearMinimizerBase
The TrustRegionMinimizerBase type exposes the following members.
Name | Description | |
---|---|---|
TrustRegionMinimizerBase | Initializes a new instance of the TrustRegionMinimizerBase class |
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. | |
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) | |
EvaluateFunction | (Inherited from NonlinearMinimizerBase) | |
EvaluateJacobian | (Inherited from NonlinearMinimizerBase) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FindMinimum(IObjectiveModel, VectorDouble, VectorDouble, VectorDouble, VectorDouble, ListBoolean) | ||
FindMinimum(IObjectiveModel, Double, Double, Double, Double, Boolean) | ||
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Minimum | Non-linear least square fitting by the trust-region algorithm. | |
ProjectToExternalParameters | (Inherited from NonlinearMinimizerBase) | |
ProjectToInternalParameters | (Inherited from NonlinearMinimizerBase) | |
ScaleFactorsOfJacobian | (Inherited from NonlinearMinimizerBase) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
ValidateBounds | (Inherited from NonlinearMinimizerBase) |
Name | Description | |
---|---|---|
Subproblem | The trust region subproblem. |