Click or drag to resize

IObjectiveModelNonAllocating Methods

The IObjectiveModelNonAllocating type exposes the following members.

Methods
 NameDescription
Public methodCreateNew
(Inherited from IObjectiveModelEvaluation)
Public methodEvaluateAt(IReadOnlyListDouble) Evaluates the model with the given parameter set. The resulting Chi² value (i.e. the sum of squares of deviations between data and fitmodel) can be accessed with Value.
Public methodEvaluateAt(VectorDouble)
(Inherited from IObjectiveModel)
Public methodFork
(Inherited from IObjectiveModel)
Public methodSetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) Sets the initial parameters, and the information, if some of the parameters are fixed.
Public methodSetParameters(VectorDouble, ListBoolean)
(Inherited from IObjectiveModel)
Public methodToObjectiveFunction
(Inherited from IObjectiveModel)
Top
See Also