public sealed class MultiExtremum : EvaluationResult
Public NotInheritable Class MultiExtremum
Inherits EvaluationResult
public ref class MultiExtremum sealed : public EvaluationResult
[<SealedAttribute>]
type MultiExtremum =
class
inherit EvaluationResult
end
Dimension | Gets the dimension of the space on which the function is defined. |
EvaluationCount |
Gets the number of function evaluations performed.
(Inherited from EvaluationResult) |
HessianMatrix | Gets the Hessian matrix at the optimum. |
Location | Gets the location of the optimum. |
Precision | Gets the estimated precision of the function value. |
Settings | Gets the settings used during optimization. |
Value | Gets the value of the function 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) |