1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00
BadFish/src
Stéphane Nicolet 027626db1e Small cleanups 13
No functional change
2020-11-23 22:20:32 +01:00
..
incbin Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
nnue Small cleanups 13 2020-11-23 22:20:32 +01:00
syzygy Only use MADV_RANDOM if defined 2020-09-02 07:32:10 +02:00
benchmark.cpp Always re-enable NNUE after "bench". 2020-09-08 22:53:50 +02:00
bitbase.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
bitboard.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
bitboard.h Small trivial cleanups 2020-08-23 01:53:41 +02:00
endgame.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
endgame.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
evaluate.cpp Small cleanups 13 2020-11-23 22:20:32 +01:00
evaluate.h Update default net to nn-c3ca321c51c9.nnue 2020-11-08 08:36:16 +01:00
main.cpp Small cleanups 12 2020-09-21 10:41:10 +02:00
Makefile Add net as dependency of config 2020-10-22 20:18:12 +02:00
material.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
material.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
misc.cpp Small cleanups 13 2020-11-23 22:20:32 +01:00
misc.h Manually align arrays on the stack 2020-11-04 19:52:42 +01:00
movegen.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
movegen.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
movepick.cpp Do not skip non-recapture ttMove when in check 2020-10-28 23:40:37 +01:00
movepick.h Introduce movecount pruning for qsearch() 2020-08-23 23:27:03 +02:00
pawns.cpp Small cleanups 13 2020-11-23 22:20:32 +01:00
pawns.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
position.cpp Manually align arrays on the stack 2020-11-04 19:52:42 +01:00
position.h Remove EvalList 2020-08-26 07:11:26 +02:00
psqt.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
search.cpp Small cleanups 13 2020-11-23 22:20:32 +01:00
search.h Small cleanups 12 2020-09-21 10:41:10 +02:00
thread.cpp Small cleanups 12 2020-09-21 10:41:10 +02:00
thread.h Do more reductions for late quiet moves in case of consecutive fail highs. 2020-10-18 13:54:28 +02:00
thread_win32_osx.h Explicitly rely on pthreads if possible 2020-08-22 11:00:45 +02:00
timeman.cpp Reduce big time spikes by reducing PV re-searches. 2020-10-22 20:08:15 +02:00
timeman.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tt.cpp Add large page support for NNUE weights and simplify TT mem management 2020-09-21 08:43:48 +02:00
tt.h Add large page support for NNUE weights and simplify TT mem management 2020-09-21 08:43:48 +02:00
tune.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tune.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
types.h Small cleanups 13 2020-11-23 22:20:32 +01:00
uci.cpp Small cleanups 12 2020-09-21 10:41:10 +02:00
uci.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
ucioption.cpp Small cleanups 12 2020-09-21 10:41:10 +02:00