Posts

Comments

Comment by danielharan on Fixed-Length Selective Iterative Prisoner's Dilemma Mechanics · 2011-09-16T05:26:52.737Z · LW · GW

I wrote code, since I'd like to eventually test random and evolutionary models: https://github.com/danielharan/prisoners_dilemma

Next up is outputting results from a round robin, then figuring out rules for changing the population after each turn. Suggestions and forks are welcome.