Click or drag to resize

LevenbergMarquardtMinimizerNonAllocating Methods

The LevenbergMarquardtMinimizerNonAllocating type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodEvaluateFunction
(Inherited from NonlinearMinimizerBaseNonAllocating)
Protected methodEvaluateJacobian(IObjectiveModelNonAllocating, IReadOnlyListDouble) Evaluates the jacobian, and the hessian of the objective function.
Protected methodEvaluateJacobian(IObjectiveModelNonAllocating, IReadOnlyListDouble, VectorDouble) Evaluates the jacobian, and the hessian of the objective function.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindMinimum(IObjectiveModelNonAllocating, IReadOnlyListDouble, CancellationToken, ActionInt32, Double, IReadOnlyListDouble) Non-linear least square fitting by the Levenberg-Marquardt algorithm.
Public methodFindMinimum(IObjectiveModelNonAllocating, IReadOnlyListDouble, IReadOnlyListNullableDouble, IReadOnlyListNullableDouble, IReadOnlyListDouble, IReadOnlyListBoolean, CancellationToken, ActionInt32, Double, IReadOnlyListDouble) Non-linear least square fitting by the Levenberg-Marquardt algorithm.
Public methodFindMinimum(IObjectiveModelNonAllocating, Double, NullableDouble, NullableDouble, Double, Boolean, CancellationToken, ActionInt32, Double, IReadOnlyListDouble) Non-linear least square fitting by the Levenberg-Marquardt algorithm.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMinimum Non-linear least square fitting by the Levenberg-Marquardt algorithm.
Protected methodProjectToExternalParameters Projects internal to external parameters.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Protected methodProjectToInternalParameters
(Inherited from NonlinearMinimizerBaseNonAllocating)
Protected methodScaleFactorsOfJacobian Calculates the scale factor of the jacobian, taking into account the parameter transformations , and the parameter scales.
(Inherited from NonlinearMinimizerBaseNonAllocating)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodValidateBounds
(Inherited from NonlinearMinimizerBaseNonAllocating)
Top
See Also