MultiExtremum Class

Represents a minimum or maximum of a multidimensional function.

Definition

Namespace: Meta.Numerics.Analysis
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public sealed class MultiExtremum : EvaluationResult
Inheritance
Object    EvaluationResult    MultiExtremum

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also