NelderMeadReport Properties

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

The NelderMeadReport type exposes the following members.

Properties

  Name Description
Public property AcceptedContractionsCount Number of times the contracted point was accepted.
Public property AcceptedExpansionsCount Number of times the expanded point was accepted.
Public property AcceptedReflectionsCount Number of times the reflected point was accepted.
Protected property Context Gets the services that are provided to a solver. (Inherited from Report.)
Protected property DefaultFormatProvider Gets an object that provides information for formatting and parsing operations. (Inherited from Report.)
Protected property DefaultVerbosity Gets a value that specifies the amount of information to be included in a report. (Inherited from Report.)
Public property Directives Gets a collection of all directives that are used in the model. (Inherited from Report.)
Public property EvaluationCallCount The number of function evaluation calls.
Protected property IsStochastic Gets a value that indicates whether a model is a stochastic model. (Inherited from Report.)
Public property IterationCount The number of iterations that have been performed.
Public property ModelName Gets the name of a model. (Inherited from Report.)
Public property NelderMeadResult The type of result of the NelderMead solver.
Public property OriginalRowCount Gets the number of rows that are in a model before presolve. (Inherited from RowVariableReport.)
Public property OriginalVariableCount Gets the number of variables that are in a model before presolve. (Inherited from RowVariableReport.)
Public property RejectedContractionsCount Number of times the contracted point was rejected (regenerating the simplex).
Public property RejectedExpansionsCount Number of times the expanded point was rejected (using the reflected point).
Public property SmallSimplexCount Number of times a small simplex was encountered.
Protected property Solution Gets the solution associated with the report. (Inherited from Report.)
Public property SolutionDirective Gets a solution directive. (Inherited from Report.)
Protected property SolutionMapping Gets an object that maps between model and solver level terms. (Inherited from Report.)
Public property SolutionQuality Gets a value that specifies the quality of a solution. (Inherited from Report.)
Protected property Solver Gets the solver that solved a model. (Inherited from Report.)
Public property SolverCapability Gets the capability of the solver that found a solution. (Inherited from Report.)
Public property SolverType Gets the Type value of the solver that found a solution. (Inherited from Report.)
Public property SolveTime Gets the amount of time spent solving a model, in milliseconds. (Inherited from Report.)
Public property TotalTime Gets the total time spent solving the model, in milliseconds. (Inherited from Report.)

Top

See Also

Reference

NelderMeadReport Class

Microsoft.SolverFoundation.Services Namespace