IObjective |
The IObjectiveModel 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 | Evaluates the model at the given parameter vector, updating dependent values. | |
| Fork | Creates a forked copy of the model with independent mutable state. | |
| SetParameters | Sets the model parameters and optional fixed flags for individual parameters. | |
| ToObjectiveFunction | Converts this model to an objective function suitable for minimizers. |