NelderMeadSolverParams Constructor

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

Initializes a new instance of the NelderMeadSolverParams class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method NelderMeadSolverParams() Initializes a new instance of the NelderMeadSolverParams class with default arguments.
Public method NelderMeadSolverParams(Func<TResult>)
Public method NelderMeadSolverParams(Directive) Initializes a new instance of the NelderMeadSolverParams class, from a Directive.
Public method NelderMeadSolverParams(NelderMeadSolverParams) Initializes a new instance of the NelderMeadSolverParams class, buy using another instance of this class.
Public method NelderMeadSolverParams(Double, Double, Int32, Func<TResult>)

Top

See Also

Reference

NelderMeadSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace