Simplex Class

Definition

Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public class Simplex : xMinimizationBase
Inheritance
Object    xMinimizationBase    Simplex

Constructors

Properties

Methods

Fields

Extension Methods

ComputeMin2 Simplified implementation of Nelder-Mead-Simplex-Downhill algorithm. No "Reduction" and no "Expansion" implemented yet. https://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method
(Defined by SimplexExtender)
GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also