Description: Powerful chess engine, c++ programming, supports LINUX and MAC, supports up to 64 threads.
To Search:
File list (Check if you may need any files):
sayuri-master
.............\.gitignore
.............\CMakeLists.txt
.............\DocumentsHTML
.............\.............\basic_functions.html
.............\.............\chess_engine_functions.html
.............\.............\core_functions.html
.............\.............\engine_message_symbol.html
.............\.............\index.html
.............\.............\readme.html
.............\.............\res
.............\.............\...\common.css
.............\.............\...\common.js
.............\.............\...\diagram01.svg
.............\.............\...\jquery-2.1.3.min.js
.............\.............\...\sayuri_logo.svg
.............\.............\sayulisp.html
.............\LICENSE
.............\README.md
.............\SampleGames
.............\...........\sample_games.pgn
.............\SayuriCompiled
.............\..............\Android
.............\..............\.......\sayuri-2016.06.29-android.zip
.............\..............\Linux
.............\..............\.....\For64Bit
.............\..............\.....\........\sayuri-2016.06.29-linux-64bit.tar.gz
.............\..............\Windows
.............\..............\.......\For64Bit
.............\..............\.......\........\sayuri-2016.06.29-windows-64bit.zip
.............\SayuriLogo
.............\..........\sayuri_logo_big.png
.............\..........\sayuri_logo_big.svg
.............\..........\sayuri_logo_small.png
.............\..........\sayuri_logo_small.svg
.............\..........\sayuri_logo_wallpaper.png
.............\Tools
.............\.....\Benchmark
.............\.....\.........\README.md
.............\.....\.........\benchmark.scm
.............\.....\CodeGenerator
.............\.....\.............\gen_chess_util_extra_h.py
.............\.....\.............\gen_evaluator_extra_h.py
.............\.....\PGN2EPD
.............\.....\.......\README.md
.............\.....\.......\pgn2epd.scm
.............\.....\PlayWithSayuri
.............\.....\..............\README.md
.............\.....\..............\play-with-sayuri.scm
.............\.....\SayulispEditor
.............\.....\..............\README.md
.............\.....\..............\sayulisp-editor.py
.............\.....\..............\src
.............\.....\..............\...\__init__.py
.............\.....\..............\...\base_window.py
.............\.....\..............\...\board_frame.py
.............\.....\..............\...\common.py
.............\.....\..............\...\default_params.scm
.............\.....\..............\...\evalparams_windows.py
.............\.....\..............\...\gen-default-params.scm
.............\.....\..............\...\linegraph_frame.py
.............\.....\..............\...\lisp_handler.py
.............\.....\..............\...\list.txt
.............\.....\..............\...\main_frame.py
.............\.....\..............\...\model.py
.............\.....\..............\...\mywidget.py
.............\.....\..............\...\searchparams_windows.py
.............\src
.............\...\analyse.cpp
.............\...\analyse.h
.............\...\board.cpp
.............\...\board.h
.............\...\cache.cpp
.............\...\cache.h
.............\...\chess_def.h
.............\...\chess_engine.cpp
.............\...\chess_engine.h
.............\...\chess_engine_search.cpp
.............\...\chess_util.cpp
.............\...\chess_util.h
.............\...\chess_util_extra.h
.............\...\common.h
.............\...\debug.cpp
.............\...\debug.h
.............\...\error.h
.............\...\evaluator.cpp
.............\...\evaluator.h
.............\...\evaluator_extra.h
.............\...\fen.cpp
.............\...\fen.h
.............\...\helper_queue.cpp
.............\...\helper_queue.h
.............\...\init.cpp
.............\...\init.h
.............\...\job.cpp
.............\...\job.h
.............\...\lisp_core.cpp
.............\...\lisp_core.h
.............\...\main.cpp
.............\...\move_maker.cpp