Click or drag to resize

NelderMead Properties

The NelderMead type exposes the following members.

Properties
 NameDescription
Public propertyChiGets or sets the coefficient of expansion (chi).
Public propertyInitialValueGets the initial value.
(Inherited from FunctionMinimizeMethod)
Public propertyInitialVectorGets the initial vector.
(Inherited from FunctionMinimizeMethod)
Public propertyIterationGradientNormsGets the gradient norms for all iterations.
(Inherited from FunctionMinimizeMethod)
Public propertyIterationValuesGets the solution function values for all iterations.
(Inherited from FunctionMinimizeMethod)
Public propertyIterationVectorsGets the solution vectors for all iterations.
(Inherited from FunctionMinimizeMethod)
Public propertyLastStepGets the type of step taken in the last iteration.
Public propertyMethodNameGets the method name.
(Overrides OptimizationMethodMethodName)
Public propertyPsiGets or sets the coefficient of contraction (psi).
Public propertyRhoGets or sets the coefficient of reflection (rho).
Public propertySigmaGets or sets the coefficient of shrinkage (sigma).
Public propertySimplexGets the current iteration simplex.
Public propertySimplexDeltaGets or sets the delta used to generate the initial simplex for non-zero value elements.
Public propertySimplexZeroDeltaGets or sets the delta used to generate the initial simplex for zero value elements.
Public propertySolutionValueGets the value of the solution vector.
(Inherited from FunctionMinimizeMethod)
Public propertySolutionVectorGets the solution vector (the current best estimate of the minimum).
(Inherited from FunctionMinimizeMethod)
Top
See Also