IObjective |
The IObjectiveModelNonAllocating type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateNew |
Creates a new instance of the objective model with identical configuration but independent state.
(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 fit model) can be accessed via Value. | |
| EvaluateAt(VectorDouble) |
Evaluates the model at the given parameter vector, updating dependent values.
(Inherited from IObjectiveModel) | |
| Fork |
Creates a forked copy of the model with independent mutable state.
(Inherited from IObjectiveModel) | |
| SetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) | Sets the initial parameters and the information whether some of the parameters are fixed. | |
| SetParameters(VectorDouble, ListBoolean) |
Sets the model parameters and optional fixed flags for individual parameters.
(Inherited from IObjectiveModel) | |
| ToObjectiveFunction |
Converts this model to an objective function suitable for minimizers.
(Inherited from IObjectiveModel) |