The MinUncon type exposes the following members.

Constructors

NameDescription
MinUncon
Unconstrained minimum constructor for a smooth function of a single variable of type double.

Methods

NameDescription
ComputeMin
Return the minimum of a smooth function of a single variable of type double using function values only or using function values and derivatives.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

NameDescription
Accuracy
The required absolute accuracy in the final value returned by the ComputeMin method.
Bound
The amount by which X may be changed from its initial value, Guess.
DerivTolerance
The derivative tolerance used by member method ComputeMin to decide if the current point is a local minimum.
Guess
The initial guess of the minimum point of the input function.
Step
The stepsize to use when changing x.

See Also