NelderMeadTerminationSensitivity Enumeration

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

The termination policy for NelderMead.

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

Syntax

'Declaration
Public Enumeration NelderMeadTerminationSensitivity
public enum NelderMeadTerminationSensitivity
public enum class NelderMeadTerminationSensitivity
type NelderMeadTerminationSensitivity
public enum NelderMeadTerminationSensitivity

Members

Member name Description
Conservative Terminate when the simplex is sufficiently small and the goal value has remained stable.

Aggressive Terminate when the simplex is sufficiently small, without checking the change in goal value.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace