serenity/Userland/Libraries/LibChess
Peter Elliott 57bb4d1aec LibChess: Only save hash of board state for repetition checking
This more than doubles the number of nodes that MCTS can search for a
given time limit, and greatly reduces memory usage.
2021-06-22 23:09:42 +02:00
..
Chess.cpp LibChess: Only save hash of board state for repetition checking 2021-06-22 23:09:42 +02:00
Chess.h LibChess: Only save hash of board state for repetition checking 2021-06-22 23:09:42 +02:00
CMakeLists.txt
UCICommand.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UCICommand.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UCIEndpoint.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
UCIEndpoint.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00