NelderMeadProperties Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Properties that can be retrieved by events raised by the NelderMeadSolver.
Inheritance Hierarchy
System.Object
Microsoft.SolverFoundation.Services.NelderMeadProperties
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public NotInheritable Class NelderMeadProperties
public static class NelderMeadProperties
public ref class NelderMeadProperties abstract sealed
[<AbstractClass>]
[<Sealed>]
type NelderMeadProperties = class end
public final class NelderMeadProperties
The NelderMeadProperties type exposes the following members.
Fields
Name | Description | |
---|---|---|
CurrentTerminationCriterion | Current tolerance calculated as a double. | |
EvaluationCount | Number of calls to the evaluation function as a long. |
Top
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.