Skip to content

Latest commit

 

History

History

Simulation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simulation

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.

Simulate Virus Systematic Review (Figure 4A)

mpirun -n 2 asreview batch data/virus.csv --config_file config/BDTW_simualtion.ini --state_file "output/virus/results.h5" -r 15 --server_job

Simulate Hall Systematic Review (Figure 4B)

mpirun -n 2 asreview batch data/hall.csv  --config_file config/BDTW_simualtion.ini --state_file "output/hall/results.h5" -r 15 --server_job

Simulate PTSD Systematic Review (Figure 4C)

mpirun -n 2 asreview batch data/ptsd.csv  --config_file config/BDTW_simualtion.ini --state_file "output/ptsd/results.h5" -r 15 --server_job

Simulate ACE Systematic Review (Figure 4D)

mpirun -n 2 asreview batch data/ace.csv  --config_file config/BDTW_simualtion.ini --state_file "output/ace/results.h5" -r 15 --server_job