Levenberg |
The LevenbergMarquardtMinimizerNonAllocatingWrappedParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EvaluateFunction | (Inherited from NonlinearMinimizerBaseNonAllocating) | |
| EvaluateJacobian |
Evaluates the jacobian, and the hessian of the objective function.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| 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(IObjectiveModelNonAllocating, IReadOnlyListDouble, CancellationToken, ActionInt32, Double, IReadOnlyListDouble) | Non-linear least square fitting by the Levenberg-Marquardt algorithm. | |
| FindMinimum(IObjectiveModelNonAllocating, IReadOnlyListDouble, IReadOnlyListNullableDouble, IReadOnlyListNullableDouble, IReadOnlyListDouble, IReadOnlyListBoolean, CancellationToken, ActionInt32, Double, IReadOnlyListDouble) | Non-linear least square fitting by the Levenberg-Marquardt algorithm. | |
| FindMinimum(IObjectiveModelNonAllocating, Double, NullableDouble, NullableDouble, Double, Boolean, CancellationToken, ActionInt32, Double, IReadOnlyListDouble) | Non-linear least square fitting by the Levenberg-Marquardt algorithm. | |
| 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-Marquardt algorithm. | |
| ProjectToExternalParameters |
Projects internal to external parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| ProjectToInternalParameters | (Inherited from NonlinearMinimizerBaseNonAllocating) | |
| ScaleFactorsOfJacobian |
Calculates the scale factor of the jacobian, taking into account the parameter transformations , and the parameter scales.
(Inherited from NonlinearMinimizerBaseNonAllocating) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| ValidateBounds | (Inherited from NonlinearMinimizerBaseNonAllocating) |