Description: Powerful chess engine source code, machine learning is very valuable, coding standards support multi-threading.
To Search:
File list (Check if you may need any files):
Deepov-lmr_v2
.............\.gitignore
.............\.travis.yml
.............\DeepovTuning
.............\............\.gitignore
.............\............\IO.py
.............\............\cutechess-cli
.............\............\cutechess-cli.sh
.............\............\cutechess-cli32
.............\............\cutechess-cli32.sh
.............\............\deepovFunction.py
.............\............\deepovTuningTest.sh
.............\............\func_test
.............\............\.........\gridsearch_test.py
.............\............\input.dat
.............\............\interface.py
.............\............\lib
.............\............\...\libQt5Core.so.5
.............\............\...\libcutechess.so.1
.............\............\lib32
.............\............\.....\libQtCore.so.4
.............\............\.....\libcutechess.so.1
.............\............\openings.pgn
.............\............\optRoutines.py
.............\............\plots.py
.............\............\run.sh
.............\............\settings.py
.............\............\sh.test_all
.............\............\test_algos.py
.............\............\test_interface.py
.............\............\tuner.py
.............\LICENSE
.............\README.md
.............\doc
.............\...\callgrindProfiler.txt
.............\...\uci-doc.txt
.............\makefile
.............\src
.............\...\BitBoardUtils.cpp
.............\...\BitBoardUtils.hpp
.............\...\Board.cpp
.............\...\Board.hpp
.............\...\Eval.cpp
.............\...\Eval.hpp
.............\...\EvalTables.cpp
.............\...\EvalTables.hpp
.............\...\MagicMoves.cpp
.............\...\MagicMoves.hpp
.............\...\Main.cpp
.............\...\Move.cpp
.............\...\Move.hpp
.............\...\MoveGen.cpp
.............\...\MoveGen.hpp
.............\...\MoveOrdering.cpp
.............\...\MoveOrdering.hpp
.............\...\Pawn.cpp
.............\...\Pawn.hpp
.............\...\Piece.hpp
.............\...\Search.cpp
.............\...\Search.hpp
.............\...\TT.cpp
.............\...\TT.hpp
.............\...\TTEntry.hpp
.............\...\Tables.cpp
.............\...\Tables.hpp
.............\...\TimeManager.hpp
.............\...\Types.hpp
.............\...\Uci.cpp
.............\...\Uci.hpp
.............\...\UciOption.hpp
.............\...\Utils.cpp
.............\...\Utils.hpp
.............\...\timemanager improvement
.............\test
.............\....\BishopMovesTest.cpp
.............\....\BoardCheckTest.cpp
.............\....\BoardTest.cpp
.............\....\DeepovTesting.cpp
.............\....\EloRegressionTest
.............\....\.................\.gitignore
.............\....\.................\cutechess-cli
.............\....\.................\cutechess-cli.sh
.............\....\.................\eloRegressionTest.sh
.............\....\.................\lib
.............\....\.................\...\libQt5Core.so.5
.............\....\.................\...\libcutechess.so.1
.............\....\.................\manual.html
.............\....\.................\openings.pgn
.............\....\EvalTest.cpp
.............\....\KingMovesTest.cpp
.............\....\KnightMovesTest.cpp
.............\....\MoveGenTest.cpp
.............\....\MoveOrderingTest.cpp
.............\....\MoveTest.cpp
.............\....\PawnMovesTest.cpp
.............\....\PawnTest.cpp
.............\....\PerftTest.cpp
.............\....\QueenMovesTest.cpp
.............\....\RookMovesTest.cpp
.............\....\SEETest.cpp