Nelder |
public enum Step
| Member name | Value | Description |
|---|---|---|
| Initialization | 0 | The initial simplex construction step. |
| Reflection | 1 | The reflection step. |
| Expansion | 2 | The expansion step. |
| OutsideContraction | 3 | The outside contraction step. |
| InsideContraction | 4 | The inside contraction step. |
| Shrink | 5 | The shrink step. |
The NelderMeadStep type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |