The MinUncon type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MinUncon |
Unconstrained minimum constructor for a smooth function of a single
variable of type double.
|
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | 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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|