UnconstrainedNonlinearModel.GradientEvaluator Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gradient callback.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Property GradientEvaluator As Action
public Action GradientEvaluator { get; set; }
public:
virtual property Action^ GradientEvaluator {
    Action^ get () sealed;
    void set (Action^ value) sealed;
}
abstract GradientEvaluator : Action with get, set
override GradientEvaluator : Action with get, set
final function get GradientEvaluator () : Action
final function set GradientEvaluator (value : Action)

Property Value

Type: System.Action<T1, T2, T3, T4, T5>

Implements

INonlinearModel.GradientEvaluator

Remarks

All entries which are related to variables declared as active by the SetActiveVariables method, need to be filled in for gradients

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace