diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-28 15:01:59 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-28 15:01:59 +0200 |
| commit | 5081cd26548a090ebd59ab26a16ea084470c4080 (patch) | |
| tree | 11fc083306813076256d00c0fcd18a412d9d62a7 /src/bot.hpp | |
| parent | 530b81fb80159b68598d4b974924d2206f7c9d6a (diff) | |
improving bot
Diffstat (limited to 'src/bot.hpp')
| -rw-r--r-- | src/bot.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.hpp b/src/bot.hpp index 74daefa..0b92292 100644 --- a/src/bot.hpp +++ b/src/bot.hpp @@ -3,7 +3,7 @@ #include "board.hpp" Move EngineGetBestMove(Game *b); -float EvaluateBoardForWhite(Game *b); +float EvaluateBoardForWhite(Game *b, int depth); float minimax(int depth, Game *b, float alpha, float beta); void LogMove(const Move &move); |
