Nelder |
The NelderMead type exposes the following members.
| Name | Description | |
|---|---|---|
| Chi | Coefficient of expansion (Chi) | |
| InitialValue | Get initial value (Inherited from FunctionMinimizeMethod) | |
| InitialVector | Get initial vector (Inherited from FunctionMinimizeMethod) | |
| IterationGradientNorms | Get gradient norms for all iterations (Inherited from FunctionMinimizeMethod) | |
| IterationValues | Get solution function values for all iterations (Inherited from FunctionMinimizeMethod) | |
| IterationVectors | Get solution vectors for all iterations (Inherited from FunctionMinimizeMethod) | |
| LastStep | Return the type of step for the last iteration | |
| MethodName | Method Name (Overrides OptimizationMethodMethodName) | |
| Psi | Coefficient of contraction (Psi) | |
| Rho | Coefficient of reflection (Rho) | |
| Sigma | Coefficient of shrinkage (Sigma) | |
| Simplex | Return the current iteration Simplex | |
| SimplexDelta | Delta used to generate initial simplex for non-zero value elements | |
| SimplexZeroDelta | Delta used to generate initial simplex for zero value elements | |
| SolutionValue | Get value of minimum vector (Inherited from FunctionMinimizeMethod) | |
| SolutionVector | Get minimum vector (Inherited from FunctionMinimizeMethod) |