Click or drag to resize

NonlinearObjectiveFunctionNonAllocating Methods

The NonlinearObjectiveFunctionNonAllocating type exposes the following members.

Methods
 NameDescription
Public methodCreateNew
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseCreateNew)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvaluateAt(IReadOnlyListDouble)
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public methodEvaluateAt(VectorDouble)
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected methodEvaluateFunction
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseEvaluateFunction)
Protected methodEvaluateJacobian
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseEvaluateJacobian)
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 methodFork
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseFork)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetLowestParameterVariationToChangeFunctionValues If a parameter is zero, it is hard to find the right order of magnitude for a variation of that parameter. Here, the variation is guessed by starting with the lowest possible variation, and increase the variation, until the function values deviate from the original value.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNumericalJacobian
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseNumericalJacobian(VectorDouble, VectorDouble, Int32))
Public methodSetObserved Set observed data to fit.
Public methodSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) Set parameters and bounds.
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean))
Public methodSetParameters(VectorDouble, ListBoolean) Set parameters and bounds.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public methodToObjectiveFunction
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also