NelderMeadSolverParams.Abort Property

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

Setting this property to true will cause the solver to abort.

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

Syntax

'Declaration
Public Overridable Property Abort As Boolean
public virtual bool Abort { get; set; }
public:
virtual property bool Abort {
    bool get ();
    void set (bool value);
}
abstract Abort : bool with get, set
override Abort : bool with get, set
function get Abort () : boolean
function set Abort (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

NelderMeadSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace