Skip to content

Commit

Permalink
shuffle args before simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed May 5, 2020
1 parent 041866c commit 7740f6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paper_simulation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import argparse
import datetime
import json
import random
import os
import traceback
from pathlib import Path
Expand Down Expand Up @@ -37,6 +38,8 @@ def gen_args(parameters):

args.append([n_channels, room_id, bss_algo])

random.shuffle(args)

return args


Expand Down

0 comments on commit 7740f6f

Please sign in to comment.