Click or drag to resize

Extremum Properties

The Extremum type exposes the following members.

Properties
  NameDescription
Public propertyBracket
Gets a bracket indicating how accurately the location of the optimum was determined.
Public propertyCurvature
Gets the curvature at the optimum.
Public propertyEvaluationCount
Gets the number of function evaluations performed.
(Inherited from EvaluationResult.)
Public propertyLocation
Gets the location (x-value) of the optimum.
Public propertySettings
Gets the settings that were used during optimization.
Public propertyValue
Gets the function value (y-value) at the optimum.
Top
See Also