OptSimplexBoundVariable 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 OptSimplexBoundVariable : OptBoundVariable
Inheritance
Object    OptVariable    OptBoundVariable    OptSimplexBoundVariable

Constructors

Properties

Fixed
(Inherited from OptVariable)
InitialGuess
(Inherited from OptVariable)
LowerBound
(Inherited from OptBoundVariable)
Name
(Inherited from OptVariable)
ScaleFactor 
UpperBound
(Inherited from OptBoundVariable)

Methods

Fields

_Fixed
(Inherited from OptVariable)
_InitialGuess
(Inherited from OptVariable)
_LowerBound
(Inherited from OptBoundVariable)
_Name
(Inherited from OptVariable)
_ScaleFactor 
_UpperBound
(Inherited from OptBoundVariable)

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also