ladybird/Userland/Services/ChessEngine
Lucas CHOLLET 5f13a87ce7 ChessEngine: Limit MCTSTree expansion
This method temperate the habit of Monte-Carlo based algorithms to
repeatedly create new nodes.

It was first implemented in `Efficient Selectivity and Backup Operators
in Monte-Carlo Tree Search` by Rémi Coulom.
2022-08-22 21:20:41 +02:00
..
ChessEngine.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ChessEngine.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt ChessEngine: Port to LibMain :^) 2021-11-30 23:34:40 +01:00
main.cpp ChessEngine: Remove unused 'rpath' promise 2022-01-03 15:56:41 +01:00
MCTSTree.cpp ChessEngine: Limit MCTSTree expansion 2022-08-22 21:20:41 +02:00
MCTSTree.h ChessEngine: Limit MCTSTree expansion 2022-08-22 21:20:41 +02:00