Skip to content
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

Closed
langner opened this issue Feb 21, 2015 · 4 comments
Closed

Ecological tournament variant #28

langner opened this issue Feb 21, 2015 · 4 comments

Comments

@langner
Copy link
Member

langner commented Feb 21, 2015

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.

@langner
Copy link
Member Author

langner commented Feb 21, 2015

Of course, this tournament can be based on the average payoff matrix determined in the round robin phase.

@drvinceknight
Copy link
Member

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 👍

@drvinceknight
Copy link
Member

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 axelrod/? Similarly I might pull the players out in to their own file... Just to keep things tidy. Any reason not to do this?

@drvinceknight
Copy link
Member

BOOM @langner killed this one with 062be93 :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants