Update Grading authored by Ziyang Zhang's avatar Ziyang Zhang
Your AI will play with Random/Poor/Average AI on different size of boards.<br> Your AI will play with Random/Poor/Average AI on different size of boards.<br>
Your AI will be run twice on each board, once moving first and once moving second. <br> Your AI will be run twice on each board, once moving first and once moving second. <br>
### Rules: ### Rules:
5x5 with k = 1; once move first and once move second.<br> `7x7 with k = 2`; once move first and once move second.<br>
7x7 with k = 2; once move first and once move second.<br> `9x8 with k = 3`; once move first and once move second.<br>
9x8 with k = 3; once move first and once move second.<br> Total: 4<br>
Total: 6<br>
**Notice:** Ties count as wins. **Notice:** Ties count as wins.
## Minimal AI ## Minimal AI
Correctly complie and run -- 40% <br> Correctly complie and run -- 40% <br>
Your AI beats **Random AI** N of 6 times = N * 10%<br> Your AI beats **Random AI** N of 4 times = N * 15%<br>
Full credit = beat Random AI every time<br> Full credit = beat Random AI every time<br>
## Draft AI ## Draft AI
Correctly complie and run -- 40% <br> Correctly complie and run -- 40% <br>
Your AI beats **PoorAI** N of 6 times = N * 10%<br> Your AI beats **PoorAI** N of 4 times = N * 15%<br>
Full credit = beat Poor AI every time<br> Full credit = beat Poor AI every time<br>
## Final AI ## Final AI
Correctly complie and run -- 28% <br> Correctly complie and run -- 28% <br>
Your AI beats **AverageAI** N of 6 times = N * 12%<br> Your AI beats **AverageAI** N of 6 times = N * 18%<br>
Full credit = beat Average AI every time<br> Full credit = beat Average AI every time<br>
\ No newline at end of file