NelderMeadDirective Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a directive for the NelderMeadSolver.
Inheritance Hierarchy
System.Object
Microsoft.SolverFoundation.Services.Directive
Microsoft.SolverFoundation.Services.NelderMeadDirective
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Class NelderMeadDirective _
Inherits Directive
public class NelderMeadDirective : Directive
public ref class NelderMeadDirective : public Directive
type NelderMeadDirective =
class
inherit Directive
end
public class NelderMeadDirective extends Directive
The NelderMeadDirective type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NelderMeadDirective | Creates a new instance of the NelderMeadDirective class. |
Top
Properties
Name | Description | |
---|---|---|
Arithmetic | Gets or sets the numerical accuracy to use during the solve process. (Inherited from Directive.) | |
IterationLimit | Specifies the maximum number of solver iterations. | |
MaximumGoalCount | Gets or sets the maximum number of goals to use. (Inherited from Directive.) | |
StartMethod | Specifies how to initialize the starting point. | |
TerminationSensitivity | Specifies the termination policy. | |
TimeLimit | Gets or sets the time limit. (Inherited from Directive.) | |
Tolerance | Specifies that the solver terminates when the size of the Nelder-Mead simplex falls below the tolerance level. | |
WaitLimit | Gets or sets the time to wait for a result after timeout is reached. (Inherited from Directive.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a representation of the directive as a string (Overrides Object.ToString().) |
Top
Remarks
The Nelder-Mead solver is suitable for unconstrainted, unbounded non-linear models with real decisions.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.