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

Slow to run the tournament - suggestion #4

Closed
westonal opened this issue Sep 5, 2014 · 1 comment
Closed

Slow to run the tournament - suggestion #4

westonal opened this issue Sep 5, 2014 · 1 comment

Comments

@westonal
Copy link

westonal commented Sep 5, 2014

It appears that the RunThisTournament.py launches a cmd to run Arena.py for every battle. There are 60 bots doing 10 battles, thats 600 invocations for the first pairing, 590 for the second etc, that's 18,300 invocations. 18,300 cmd's is going to take a significant amount of time.

Therefore I think it is worth investigating importing Arena.py and invoking it as a function. I'd do it, but I know too little about python at the minute.

@redevined
Copy link
Owner

Nice idea! I'm going to do this when I find a little time for it.

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

No branches or pull requests

2 participants