NelderMeadReport Methods

[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.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GenerateReportDecisions Adds the decision results to a report. (Inherited from Report.)
Protected method GenerateReportDirectives Adds information about all directives to a report. (Inherited from Report.)
Protected method GenerateReportGoals Adds information about all goals to a report. (Inherited from Report.)
Protected method GenerateReportOverview Adds overview information to a report. (Inherited from Report.)
Protected method GenerateReportPartialSolutionDetails Adds results about goal to a report. (Inherited from Report.)
Protected method GenerateReportSolverDetails Adds the solver details to the string builder. (Overrides Report.GenerateReportSolverDetails(StringBuilder, IFormatProvider).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SupportsSolutionDetails Returns a value that indicates whether solution details can be returned. (Inherited from Report.)
Public method ToString() Converts a report to its equivalent string representation. (Inherited from Report.)
Public method ToString(IFormatProvider) Converts a report to its equivalent string representation. (Inherited from Report.)
Public method ToString(ReportVerbosity) Converts a report to its equivalent string representation. (Inherited from Report.)
Public method ToString(ReportVerbosity, IFormatProvider) Converts a report to its equivalent string representation. (Inherited from Report.)
Protected method ValidateSolution Ensures that a solution is valid. (Inherited from Report.)
Public method WriteTo Writes a report. (Inherited from Report.)

Top

See Also

Reference

NelderMeadReport Class

Microsoft.SolverFoundation.Services Namespace