Click or drag to resize

OptBoundVariable Class

Represents a varaible that can be used in optimization classes with bounded constrains.
Inheritance Hierarchy
SystemObject
  DotNumerics.OptimizationOptVariable
    DotNumerics.OptimizationOptBoundVariable
      DotNumerics.OptimizationOptSimplexBoundVariable

Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class OptBoundVariable : OptVariable
Request Example View Source

The OptBoundVariable type exposes the following members.

Constructors
 NameDescription
Public methodOptBoundVariable Initializes a new instance of the OptBoundVariable class.
Public methodOptBoundVariable(Double) Initializes a new instance of the OptBoundVariable class.
Public methodOptBoundVariable(Double, Boolean) Initializes a new instance of the OptBoundVariable class.
Public methodOptBoundVariable(String, Double) Initializes a new instance of the OptBoundVariable class.
Public methodOptBoundVariable(Double, Double, Double) Initializes a new instance of the OptBoundVariable class.
Public methodOptBoundVariable(String, Double, Boolean) Initializes a new instance of the OptBoundVariable class.
Public methodOptBoundVariable(Double, Boolean, Double, Double) Initializes a new instance of the OptBoundVariable class.
Public methodOptBoundVariable(String, Double, Double, Double) Initializes a new instance of the OptBoundVariable class.
Public methodOptBoundVariable(String, Double, Boolean, Double, Double) Initializes a new instance of the OptBoundVariable class.
Top
Properties
 NameDescription
Public propertyFixed Value that indicates if the variable is fixed.
(Inherited from OptVariable)
Public propertyInitialGuess The initial guess for this variable.
(Inherited from OptVariable)
Public propertyLowerBound The lower bound.
Public propertyName The variable name.
(Inherited from OptVariable)
Public propertyUpperBound The upper bound.
Top
Methods
 NameDescription
Public methodToString
(Overrides OptVariableToString)
Top
Fields
 NameDescription
Protected field_Fixed Value that indicates if the variable is fixed.
(Inherited from OptVariable)
Protected field_InitialGuess The initial guess for this variable.
(Inherited from OptVariable)
Protected field_LowerBound The lower bound.
Protected field_Name The variable name.
(Inherited from OptVariable)
Protected field_UpperBound The upper bound.
Private field_UseBounds 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also