Click or drag to resize

OptSimplexVariable Class

Represents a varaible that can be used in a simplex optimization classe.
Inheritance Hierarchy
SystemObject
  DotNumerics.OptimizationOptVariable
    DotNumerics.OptimizationOptSimplexVariable

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

The OptSimplexVariable type exposes the following members.

Constructors
 NameDescription
Public methodOptSimplexVariable Initializes a new instance of the OptSimplexVariable class.
Public methodOptSimplexVariable(Double) Initializes a new instance of the OptSimplexVariable class.
Public methodOptSimplexVariable(Double, Boolean) Initializes a new instance of the OptSimplexVariable class.
Public methodOptSimplexVariable(Double, Double) Initializes a new instance of the OptSimplexVariable class.
Public methodOptSimplexVariable(String, Double) Initializes a new instance of the OptSimplexVariable class.
Public methodOptSimplexVariable(Double, Boolean, Double) Initializes a new instance of the OptSimplexVariable class.
Public methodOptSimplexVariable(String, Double, Boolean) Initializes a new instance of the OptSimplexVariable class.
Public methodOptSimplexVariable(String, Double, Boolean, Double) Initializes a new instance of the OptSimplexVariable 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 propertyName The variable name.
(Inherited from OptVariable)
Public propertyScaleFactor The scale factor controls the internal variable size. Variable=IntVar*ScaleFactor where IntVar is the internal variable. Try to set the ScaleFactor of the same order that the variable, with this value the internal size will be near to 1 . The default value is 1. This value modifies the changes and accuracy of this variable.
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_Name The variable name.
(Inherited from OptVariable)
Private field_ScaleFactor The scale factor controls the internal variable size. Variable=IntVar*ScaleFactor where IntVar is the internal variable. Try to set the ScaleFactor of the same order that the variable, with this value the internal size will be near to 1 . The default value is 1. This value modifies the changes and accuracy of this variable.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also