Simplex Class |
The Simplex type exposes the following members.
Name | Description | |
---|---|---|
![]() | FunEvaluations |
The number of function evaluations used to compute the minimum.
(Inherited from xMinimizationBase) |
![]() | MaxFunEvaluations |
Maximum number of function evaluations.
(Inherited from xMinimizationBase) |
![]() | Tolerance |
Desired accuracy for the solution.
(Inherited from xMinimizationBase) |
Name | Description | |
---|---|---|
![]() | _AmoebaDirver | |
![]() | _CobylaDriver | |
![]() | _FreeVariables |
The initial guess .
(Inherited from xMinimizationBase) |
![]() | _FunEvaluations |
The number of function evaluations used to compute the minimum.
(Inherited from xMinimizationBase) |
![]() | _MaxFunEvaluations |
Maximum number of function evaluations.
(Inherited from xMinimizationBase) |
![]() | _NumFreeVariables |
The number of variables.
(Inherited from xMinimizationBase) |
![]() | _Tolerance |
Desired accuracy for the solution.
(Inherited from xMinimizationBase) |
![]() | _Variables |
All the variables.
(Inherited from xMinimizationBase) |
Name | Description | |
---|---|---|
![]() | ComputeMin2 |
Simplified implementation of Nelder-Mead-Simplex-Downhill algorithm. No "Reduction" and no "Expansion" implemented yet.
https://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method
(Defined by SimplexExtender) |
![]() | GetEnumNames | (Defined by General) |
![]() | IsValidDouble | (Defined by General) |