NelderMeadStep Enumeration | 
 Types of steps the Nelder-Mead Simplex Algorithm can take
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
Members| Member name | Value | Description | 
|---|
| Initialization | 0 |   | 
| Reflection | 1 |   | 
| Expansion | 2 |   | 
| OutsideContraction | 3 |   | 
| InsideContraction | 4 |   | 
| Shrink | 5 |   | 
See Also