IObjective |
[Missing <summary> documentation for "T:Altaxo.Calc.Optimization.IObjectiveModel"]
public interface IObjectiveModel : IObjectiveModelEvaluation
The IObjectiveModel type exposes the following members.
Name | Description | |
---|---|---|
DegreeOfFreedom |
Get the degree of freedom.
(Inherited from IObjectiveModelEvaluation) | |
FunctionEvaluations |
Get the number of calls to function.
(Inherited from IObjectiveModelEvaluation) | |
Gradient |
Get the Gradient vector. G = J'(y - f(x; p))
(Inherited from IObjectiveModelEvaluation) | |
Hessian |
Get the approximated Hessian matrix. H = J'J
(Inherited from IObjectiveModelEvaluation) | |
IsGradientSupported | (Inherited from IObjectiveModelEvaluation) | |
IsHessianSupported | (Inherited from IObjectiveModelEvaluation) | |
JacobianEvaluations |
Get the number of calls to jacobian.
(Inherited from IObjectiveModelEvaluation) | |
ModelValues |
Get the y-values of the fitted model that correspond to the independent values.
(Inherited from IObjectiveModelEvaluation) | |
ObservedY |
Get the y-values of the observations.
(Inherited from IObjectiveModelEvaluation) | |
Point |
Get the values of the parameters.
(Inherited from IObjectiveModelEvaluation) | |
Value |
Get the residual sum of squares.
(Inherited from IObjectiveModelEvaluation) | |
Weights |
Get the values of the weights for the observations.
(Inherited from IObjectiveModelEvaluation) |
Name | Description | |
---|---|---|
CreateNew | (Inherited from IObjectiveModelEvaluation) | |
EvaluateAt | ||
Fork | ||
SetParameters | ||
ToObjectiveFunction |