1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 09:13:08 +00:00
BadFish/src
2020-05-29 09:36:24 +09:00
..
eval Enabled halfkp_256x2-32-32.h. 2019-07-11 22:47:55 +09:00
extra set_from_packed_sfen()でmirrorをepSquareにも適用するように修正 2019-07-10 08:16:38 +09:00
learn Fixed a bug that Learner::qsearch() recognizes stalemate as checkmated. 2019-07-04 23:44:58 +09:00
syzygy Increase thread stack for OS X (#2035) 2019-03-12 08:35:10 +01:00
benchmark.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitbase.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
bitboard.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
bitboard.h Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
endgame.cpp Remove per thread instances of Endgames. (#2056) 2019-05-15 10:41:58 +02:00
endgame.h Remove per thread instances of Endgames. (#2056) 2019-05-15 10:41:58 +02:00
evaluate.cpp Added validation logic. 2019-06-22 00:37:59 +09:00
evaluate.h Fixed crash bugs. 2019-06-20 00:25:40 +09:00
main.cpp Remove per thread instances of Endgames. (#2056) 2019-05-15 10:41:58 +02:00
Makefile Added "-static" compiler option. 2020-05-29 09:36:24 +09:00
material.cpp Remove per thread instances of Endgames. (#2056) 2019-05-15 10:41:58 +02:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Merged the training data generator and the machine learning logic from YaneuraOu. 2019-06-18 08:48:05 +09:00
misc.h Merged the training data generator and the machine learning logic from YaneuraOu. 2019-06-18 08:48:05 +09:00
movegen.cpp Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +01:00
movegen.h Merged the training data generator and the machine learning logic from YaneuraOu. 2019-06-18 08:48:05 +09:00
movepick.cpp Remove Movepick::move (#2085) 2019-04-17 21:13:39 +02:00
movepick.h Remove Movepick::move (#2085) 2019-04-17 21:13:39 +02:00
pawns.cpp Simplify connected #2114 2019-05-15 10:31:21 +02:00
pawns.h Add eg component to evaluate_shelter() #2137 2019-05-15 10:12:38 +02:00
position.cpp nullmoveとpromotionの場合に評価値の差分計算と全計算の結果が異なっていたのを修正 2019-07-08 18:51:08 +09:00
position.h Fixed a bug that Learner::qsearch() recognizes stalemate as checkmated. 2019-07-04 23:44:58 +09:00
psqt.cpp Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
search.cpp Fixed a bug that Learner::qsearch() recognizes stalemate as checkmated. 2019-07-04 23:44:58 +09:00
search.h Fixed crash bugs. 2019-06-20 00:25:40 +09:00
thread.cpp Revert "Make rootDepth local to search. (#2077)" 2019-05-15 10:52:15 +02:00
thread.h Revert "Make rootDepth local to search. (#2077)" 2019-05-15 10:52:15 +02:00
thread_win32_osx.h Increase thread stack for OS X (#2035) 2019-03-12 08:35:10 +01:00
timeman.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
timeman.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
tt.cpp Added #if to fix compile errors. 2019-06-24 23:18:17 +09:00
tt.h Allow for higher depths. (#2147) 2019-05-15 09:52:27 +02:00
types.h Fixed compile errors when EVAL_LEARN or EVAL_NNUE are defined. 2019-06-18 20:28:50 +09:00
uci.cpp Added test commands. 2019-06-22 00:40:46 +09:00
uci.h Merged the training data generator and the machine learning logic from YaneuraOu. 2019-06-18 08:48:05 +09:00
ucioption.cpp Fixed crash bugs. 2019-06-20 00:25:40 +09:00