Extremum Class |
Namespace: Meta.Numerics.Analysis
The Extremum type exposes the following members.
Name | Description | |
---|---|---|
Bracket |
Gets a bracket indicating how accurately the location of the optimum was determined.
| |
Curvature |
Gets the curvature at the optimum.
| |
EvaluationCount |
Gets the number of function evaluations performed.
(Inherited from EvaluationResult.) | |
Location |
Gets the location (x-value) of the optimum.
| |
Settings |
Gets the settings that were used during optimization.
| |
Value |
Gets the function value (y-value) at the optimum.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |