IMSL C# Numerical Library

MinUncon Members

MinUncon overview

Public Instance Constructors

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

Public Instance Properties

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.

Public Instance Methods

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 (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

MinUncon Class | Imsl.Math Namespace | Function values only Example | Function values and derivatives Example