aboutsummaryrefslogtreecommitdiffstats
path: root/src/many.cc
Commit message (Collapse)AuthorAgeFilesLines
* split main executable into many and oneAiden Woodruff2025-11-221-0/+31
- src/main.cc: remove file. - src/one.cc: add executable to do a single game run and write the strategy record. - src/many.cc: add executable to run many trials at each minority size. - write adoption amount. Signed-off-by: Aiden Woodruff <woodra@rpi.edu>