20-add-negamax-eval-function #31

Merged
Josh merged 9 commits from 20-add-negamax-eval-function into main 2025-08-26 00:28:03 +00:00

9 Commits

Author SHA1 Message Date
8de2a17fb8 Update simulation class
All checks were successful
Python tests (make) / test (push) Successful in 12s
Python tests (make) / test (pull_request) Successful in 13s
2025-08-25 20:24:41 -04:00
1e56e77d25 Add a chess move formatter 2025-08-25 20:23:08 -04:00
d7d6263cc1 Update evaluation classes 2025-08-25 20:22:31 -04:00
cbe16aba8a Add board to fen function 2025-08-25 20:10:38 -04:00
633cdd2d7d Remove same check
All checks were successful
Python tests (make) / test (push) Successful in 11s
2025-08-25 13:02:53 -04:00
9fa0a959d5 Add data to gitignore 2025-08-25 13:02:20 -04:00
c82c50e6dd Remove unused function and add missing header prototypes
All checks were successful
Python tests (make) / test (push) Successful in 11s
2025-08-25 13:01:36 -04:00
4fc982eac2 Add some basic algorithms and eval functions for an AI
All checks were successful
Python tests (make) / test (push) Successful in 11s
2025-08-23 13:10:05 -04:00
60a987a7a1 Add halfmove and fullmove clock count
All checks were successful
Python tests (make) / test (push) Successful in 12s
2025-08-23 13:00:28 -04:00