danielharan comments on Fixed-Length Selective Iterative Prisoner's Dilemma Mechanics - Less Wrong

25 Post author: Andreas_Giger 13 September 2011 03:24AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (14)

You are viewing a single comment's thread. Show more comments above.

Comment author: danielharan 16 September 2011 05:26:52AM 2 points [-]

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.