ILNumerics Ultimate VS

FminCallbackInfoT Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The FminCallbackInfoT generic type exposes the following members.

Properties

  NameDescription
Public propertyCancel
Gets a flag indicating whether the iterations should be immediately canceled or sets its value.

[ILNumerics Optimization Toolbox]

Public propertyDistX
The difference between the current value of XSub and the value from the last iteration [readonly].

[ILNumerics Optimization Toolbox]

Public propertyEqConst
Evaluation of the equalty constraints (if provided to fmin(OptimizationObjectiveFunctionDouble, InArrayDouble, InArrayDouble, InArrayDouble, OptimizationObjectiveFunctionDouble, OptimizationObjectiveFunctionDouble, HessianUpdateMethod, Int32, NullableDouble, NullableDouble, OutArrayDouble, OutArrayDouble, OptimizationFminIterationCallbackDouble) at XSub [readonly].

[ILNumerics Optimization Toolbox]

Public propertyFCost
The cost function value gives a measure of the penalty introduced by the constraints [readonly].

[ILNumerics Optimization Toolbox]

Public propertyGradL
The gradient of the Lagrangian at position XSub [readonly].

[ILNumerics Optimization Toolbox]

Public propertyIneqConst
Evaluation of the inequalty constraints (if provided to fmin(OptimizationObjectiveFunctionDouble, InArrayDouble, InArrayDouble, InArrayDouble, OptimizationObjectiveFunctionDouble, OptimizationObjectiveFunctionDouble, HessianUpdateMethod, Int32, NullableDouble, NullableDouble, OutArrayDouble, OutArrayDouble, OptimizationFminIterationCallbackDouble) at XSub [readonly].

[ILNumerics Optimization Toolbox]

Public propertyIterCount
Upwards counting number of this iteration.

[ILNumerics Optimization Toolbox]

Public propertyXSub
The current intermediate solution (minimizer) of the subproblem solved in this iteration step [readonly].

[ILNumerics Optimization Toolbox]

Top
See Also

Reference