CWRules / Othello_Python

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

Fixed-depth tree search #4

Closed CWRules closed 4 years ago

CWRules commented 4 years ago

Instead of cutting off the tree search after a specific amount of time, cut it off at a specific depth.

CWRules commented 4 years ago

Done.