NelderMeadSolverParams.MaximumSearchPoints Property

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

The maximum number of search points per iteration.

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

Syntax

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

Property Value

Type: System.Int32

Remarks

This value controls the number of points in the simplex that are updated during each iteration. For some problems, increasing the number of search points results in faster convergence. The default value is 1.

.NET Framework Security

See Also

Reference

NelderMeadSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace