sortVariablesOpt
adexl.algorithm sortVariablesOpt boolean { t | nil }
Description
Specifies whether the variables and parameters are sorted before generating random samples for an optimization run.
The default value is nil, which indicates that the variables are not sorted before the run is started. However, you can sort them by setting this variable to t to ensure that the results of different optimization runs are the same irrespective of the order of variables and parameters.
GUI Equivalent
Examples
envGetVal("adexl.algorithm" "sortVariablesOpt")
envSetVal("adexl.algorithm" "sortVariablesOpt" 'boolean t)
Return to top