-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ecological tournament variant #28
Comments
Of course, this tournament can be based on the average payoff matrix determined in the round robin phase. |
I'd not heard of this subsequent tournament: sounds like a great idea though. I wrote some code that allowed for a genetic algorithm to be applied to any normal form game (I used it for this screencast: https://www.youtube.com/watch?v=Tz-lZy0AKRI)... I like the idea of this 👍 |
Not sure if the PR is still coming: just a thought that it could be nice to start seperating things. So this could live in it's own file under |
I'm not sure if it was organized by Axelrod, but there was a subsequent "ecological" tournament where each strategy was represented by some number of copies. The tournament consisted of ~1000 generations, and at the beginning of each generation the population of a strategy was set based on its score in the previous round.
This interesting variant could be easily built on top of the current code.
The text was updated successfully, but these errors were encountered: