Currently, we have only two options for output files: simple and verbose.
Simple: Records maximum, average and total number of turns and wars.
Verbose: Records a summary of every single game played.
The verbose output is too much for very large simulations (> a million runs). But the simple output isn't quite enough. I'd like to have an output which keeps a histogram of each value tracked (number of turns, single wars, double wars, etc...)
Currently, we have only two options for output files: simple and verbose.
The verbose output is too much for very large simulations (> a million runs). But the simple output isn't quite enough. I'd like to have an output which keeps a histogram of each value tracked (number of turns, single wars, double wars, etc...)