public sealed class Extremum : EvaluationResult
Public NotInheritable Class Extremum
Inherits EvaluationResult
public ref class Extremum sealed : public EvaluationResult
[<SealedAttribute>]
type Extremum =
class
inherit EvaluationResult
end
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. |
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) |