IObjective |
The IObjectiveModelNonAllocating type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateNew | (Inherited from IObjectiveModelEvaluation) |
![]() | EvaluateAt(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. |
![]() | EvaluateAt(VectorDouble) | (Inherited from IObjectiveModel) |
![]() | Fork | (Inherited from IObjectiveModel) |
![]() | SetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) | Sets the initial parameters, and the information, if some of the parameters are fixed. |
![]() | SetParameters(VectorDouble, ListBoolean) | (Inherited from IObjectiveModel) |
![]() | ToObjectiveFunction | (Inherited from IObjectiveModel) |