NelderMeadSolverParams.Solving Property

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

Identifies the callback called during solve

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

Syntax

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

Property Value

Type: System.Action

Implements

ISolverEvents.Solving

.NET Framework Security

See Also

Reference

NelderMeadSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace