ladybird/Userland/Services/ChessEngine
Lenny Maiorani 0b7baa7e5a Services: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-24 20:09:26 -07:00
..
ChessEngine.cpp ChessEngine: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
ChessEngine.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07: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: don't store board in non-leaf nodes in MCTS 2021-06-22 23:09:42 +02:00
MCTSTree.h ChessEngine: Don't call non-constexpr sqrt in a constexpr intiializer 2021-07-08 10:11:00 +02:00