NelderMeadSolverParams.StartMethod Property

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

Determines how to initialize the starting point.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Solvers.NelderMeadStartMethod

.NET Framework Security

See Also

Reference

NelderMeadSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace