# SimTree simulate --batches 10

%% Perform simulation for all parameters and their values with 10 default batches (BM method)

# SimTree simulate --simulation-parameter MsgLen 100 --batches 10

%% Perform simulation(s) for MsgLen 100 only, for other simulation parameters use all values for MsgLen 100 (BM method)

# SimTree simulate --batches 1:5 2:5

%% Perform simulation with Seed 1 and 2 with 5 batches each (BM method)

# SimTree simulate --drops 10

%% Perform simulation for all parameters and their values with 10 drops (seed values) (IR method)
