CWRules / Othello_Python

Othello-playing AI
GNU General Public License v3.0
0 stars 0 forks source link

Optimize tree generation #13

Open CWRules opened 4 years ago

CWRules commented 4 years ago

Instead of checking all cells for legality, maintain a set of border cells to check.