Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 553 Bytes

File metadata and controls

15 lines (10 loc) · 553 Bytes

This directory contains perl scripts to generate data in the formats expected by the basic reconstruction and discrimination games, as well as example files generated with them. The headers of both scripts show usage and provide more information.

The example data were generated with the following commands.

Reconstruction game:

perl -w generate_reconstruction_dataset.pl 100 5 3 > example_reconstruction_input.txt

Discrimination game:

perl -w generate_discriminative_dataset.pl 100 5 3 2 > example_discriminative_input.txt