Click or drag to resize

NelderMead Properties

The NelderMead type exposes the following members.

Properties
 NameDescription
Public propertyChi Coefficient of expansion (Chi)
Public propertyInitialValue Get initial value
(Inherited from FunctionMinimizeMethod)
Public propertyInitialVector Get initial vector
(Inherited from FunctionMinimizeMethod)
Public propertyIterationGradientNorms Get gradient norms for all iterations
(Inherited from FunctionMinimizeMethod)
Public propertyIterationValues Get solution function values for all iterations
(Inherited from FunctionMinimizeMethod)
Public propertyIterationVectors Get solution vectors for all iterations
(Inherited from FunctionMinimizeMethod)
Public propertyLastStep Return the type of step for the last iteration
Public propertyMethodName Method Name
(Overrides OptimizationMethodMethodName)
Public propertyPsi Coefficient of contraction (Psi)
Public propertyRho Coefficient of reflection (Rho)
Public propertySigma Coefficient of shrinkage (Sigma)
Public propertySimplex Return the current iteration Simplex
Public propertySimplexDelta Delta used to generate initial simplex for non-zero value elements
Public propertySimplexZeroDelta Delta used to generate initial simplex for zero value elements
Public propertySolutionValue Get value of minimum vector
(Inherited from FunctionMinimizeMethod)
Public propertySolutionVector Get minimum vector
(Inherited from FunctionMinimizeMethod)
Top
See Also