Updated scenario list
This commit is contained in:
@ -17,7 +17,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
|
||||
|
||||
************************************************** Version 1: original
|
||||
local N = "50 300"
|
||||
local ss = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
|
||||
local ss = "2 4 8 16"
|
||||
foreach s in `ss' {
|
||||
foreach Nnn in `N' {
|
||||
local Nn = `Nnn'
|
||||
@ -101,7 +101,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
|
||||
|
||||
************************************************** Version 2: noBF
|
||||
local N = "50 300"
|
||||
local ss = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
|
||||
local ss = "2 4 8 16"
|
||||
foreach s in `ss' {
|
||||
foreach Nnn in `N' {
|
||||
local Nn = `Nnn'
|
||||
@ -185,7 +185,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
|
||||
|
||||
************************************************** Version 3: noLRT
|
||||
local N = "50 300"
|
||||
local ss = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
|
||||
local ss = "2 4 8 16"
|
||||
foreach s in `ss' {
|
||||
foreach Nnn in `N' {
|
||||
local Nn = `Nnn'
|
||||
@ -268,7 +268,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
|
||||
|
||||
************************************************** Version 4: noLRT noBF
|
||||
local N = "50 300"
|
||||
local ss = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
|
||||
local ss = "2 4 8 16"
|
||||
foreach s in `ss' {
|
||||
foreach Nnn in `N' {
|
||||
local Nn = `Nnn'
|
||||
|
Reference in New Issue
Block a user