Implemented strategy evaluation for moves and improved scoring for BayesMcts

This commit is contained in:
2024-01-29 17:47:00 +01:00
parent c5536e08de
commit d43899ecda
11 changed files with 68 additions and 36 deletions

1
web.py
View File

@@ -1,4 +1,3 @@
import chesspp
from chesspp import engine
from chesspp import web