Click or drag to resize

NonlinearModelOfFitEnsemble Methods

The NonlinearModelOfFitEnsemble type exposes the following members.

Methods
 NameDescription
Public methodCopyParametersBackTo Copies the current model parameters back to the specified parameter set.
Public methodCopyParametersForFitElement Copies the current parameters for the fit element with the provided index into the provided array.
Public methodCreateNew Creates a new instance of the objective model with identical configuration but independent state.
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseCreateNew)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvaluateAt(IReadOnlyListDouble) Evaluates the model at the given parameter vector and invalidates cached dependent values.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public methodEvaluateAt(VectorDouble) Evaluates the model at the given parameter vector, updating dependent values.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Protected methodEvaluateFunction Evaluates the objective function value and updates cached values.
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseEvaluateFunction)
Protected methodEvaluateJacobian Evaluates the Jacobian and updates cached Jacobian-derived values (gradient and Hessian).
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseEvaluateJacobian)
Public methodEvaluateModelValues(VectorDouble, Boolean) Calculates the fitting values.
Public methodEvaluateModelValues(IReadOnlyListDouble, VectorDouble, Boolean) Calculates the fitting values.
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 Creates a forked copy of the model with independent mutable state.
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseFork)
Public methodGetDependentVariablesInUse Returns the array of indices of dependent variables that are currently in use (i.e. associated with a data column).
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValidNumericRows Returns the collection of valid numeric rows for the given fit element.
Public methodGetWeights Stores the weights for the fit differences in an array. The data are stored from FitElement_0 to FitElement_n. For FitElements with more than one dependent variable in use, the data are stored interleaved.
Public methodHasToUseWeights Returns true if any of the fit elements use scaling weights. In this case we have to calculate the weights for all fit elements and include them in the fitting procedures.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNumericalJacobian Numerically approximates the Jacobian at the specified parameter vector.
(Overrides NonlinearObjectiveFunctionNonAllocatingBaseNumericalJacobian(VectorDouble, VectorDouble, Int32))
Public methodSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) Sets model parameters and optional fixed flags for individual parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public methodSetParameters(VectorDouble, ListBoolean) Sets the model parameters and optional fixed flags for individual parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public methodToObjectiveFunction Converts this model to an objective function suitable for minimizers.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also