-
Notifications
You must be signed in to change notification settings - Fork 1
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
Two copies of TFT? #86
Comments
If I recall correctly This is how I ran the revisiting code. |
The TourExec code that we have was actually the code used to test the strategies for the second tournament rather than the tournament itself. Here's a snippet of the first two lines: Program AxTest
c For testings of PD tour program. The 'named' strategies, such as ktitfortat, were part of the testing. We chose to incorporate all the strategies we could see at the time. (To start with, we didn't even know that K92R was TitForTat). |
I see, thanks. Perhaps we should explain this in the readme? I.e this is the test code, if you want to rerun the second tournament use |
Both k92r and ktitfortatc point to axl.TitForTat. Is there a reason that we include both? This means that
all_strategies
will have two copies of TFT. Just checking that this is intentional.The text was updated successfully, but these errors were encountered: