Opt Simplex Bound Variable Class
Definition
Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class OptSimplexBoundVariable : OptBoundVariableVB
Public Class OptSimplexBoundVariable
Inherits 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
| ToString | (Overrides OptBoundVariableToString) |
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) |