Click or drag to resize

OptSimplexVariableScaleFactor Property

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.

Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double ScaleFactor { get; set; }
Request Example View Source

Property Value

Double
See Also