The configuration file resulting from the hyperparameter optimization (BCTD.ini
) is manually adjusted for the simulation: the n_instances parameter is updated from 20
to 1
.
Run the following lines one by one in the bash shell to simulate an Automated Systematic Review on the four datasets.
mpirun -n 2 asreview batch data/virus.csv --config_file config/BDTW_simualtion.ini --state_file "output/virus/results.h5" -r 15 --server_job
mpirun -n 2 asreview batch data/hall.csv --config_file config/BDTW_simualtion.ini --state_file "output/hall/results.h5" -r 15 --server_job
mpirun -n 2 asreview batch data/ptsd.csv --config_file config/BDTW_simualtion.ini --state_file "output/ptsd/results.h5" -r 15 --server_job
mpirun -n 2 asreview batch data/ace.csv --config_file config/BDTW_simualtion.ini --state_file "output/ace/results.h5" -r 15 --server_job