comment about board parity

This commit is contained in:
Michael Peters 2023-06-01 19:57:35 -07:00
parent 83783e8e1b
commit 43dc5237ba

View File

@ -131,5 +131,6 @@ def get_score(state: GameState, target: Player) -> float:
if __name__ == "__main__":
# TODO: "get best move"
# TODO: rotational / reflectional board parity (for less total nodes)
print(f"{START=}, {get_score(START, 'X')=}")
print(f"{total_nodes=}") # 5478