Click or drag to resize

IObjectiveModel Methods

The IObjectiveModel type exposes the following members.

Methods
 NameDescription
Public methodCreateNew Creates a new instance of the objective model with identical configuration but independent state.
(Inherited from IObjectiveModelEvaluation)
Public methodEvaluateAt Evaluates the model at the given parameter vector, updating dependent values.
Public methodFork Creates a forked copy of the model with independent mutable state.
Public methodSetParameters Sets the model parameters and optional fixed flags for individual parameters.
Public methodToObjectiveFunction Converts this model to an objective function suitable for minimizers.
Top
See Also