Levenberg |
[Missing <summary> documentation for "T:Altaxo.Calc.Optimization.LevenbergMarquardtMinimizer"]
public class LevenbergMarquardtMinimizer : NonlinearMinimizerBase
The LevenbergMarquardtMinimizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | LevenbergMarquardtMinimizer | Initializes a new instance of the LevenbergMarquardtMinimizer 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) |
![]() | InitialMu | The scale factor for initial mu |
![]() | LowerBound |
The lower bound of the parameters.
(Inherited from NonlinearMinimizerBase) |
![]() | MaximumIterations |
The maximum number of iterations.
(Inherited from NonlinearMinimizerBase) |
![]() | 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 Levenberg-Marduardt 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) |