Mercurial > hg > nsaunier > traffic-intelligence
diff scripts/nomad/nomad-parameters.txt @ 1224:a09a80cdc118
solving the issue of integer parameters
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 22 Jun 2023 12:23:36 -0400 |
| parents | 051cf5bddc1f |
| children | 202073959fb4 |
line wrap: on
line diff
--- a/scripts/nomad/nomad-parameters.txt Wed Jun 21 23:57:54 2023 -0400 +++ b/scripts/nomad/nomad-parameters.txt Thu Jun 22 12:23:36 2023 -0400 @@ -5,7 +5,7 @@ X0 initial-parameters.txt # starting point -LOWER_BOUND ( 0.01 0 1 1 0.0001 1 -1 2 0.1 0.1 1.0) # all variables' lower bounds +LOWER_BOUND ( 0.01 0.01 1 1 0.0001 1 -1 2 0.1 0.1 1.0) # all variables' lower bounds UPPER_BOUND ( 1 10 10 10 0.1 5 1 100 10 5 15 ) # all variables' upper bounds MAX_BB_EVAL 500 # the algorithm terminates when
