1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 08:13:08 +00:00
BadFish/src
2024-12-14 11:28:13 +00:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Add functions to check for decisive scores 2024-12-08 19:47:02 +01:00
syzygy Fixed non UCI compliance 2024-07-15 13:14:57 +02:00
benchmark.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
benchmark.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
bitboard.cpp Optimize magics 2024-10-12 16:30:44 +02:00
bitboard.h Optimize magics 2024-10-12 16:30:44 +02:00
engine.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
engine.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
evaluate.cpp erge remote-tracking branch 'upstream/master' 2024-12-14 11:28:13 +00:00
evaluate.h Update default main net to nn-1c0000000000.nnue 2024-11-13 20:35:02 +01:00
history.h Move history code to a separate header 2024-11-13 20:07:15 +01:00
main.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
Makefile Move history code to a separate header 2024-11-13 20:07:15 +01:00
memory.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
memory.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
misc.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
misc.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
movegen.cpp Remove QS_CHECKS movepick stage 2024-07-23 17:56:52 +02:00
movegen.h Remove QS_CHECKS movepick stage 2024-07-23 17:56:52 +02:00
movepick.cpp Simplify picking of evasion moves 2024-12-08 19:54:18 +01:00
movepick.h Simplify picking of evasion moves 2024-12-08 19:54:18 +01:00
numa.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
perft.h Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
position.cpp Small Major/Minor piece key simplification/optimization. 2024-12-08 19:58:34 +01:00
position.h Introduce Various Correction histories 2024-09-17 21:01:43 +02:00
score.cpp Add functions to check for decisive scores 2024-12-08 19:47:02 +01:00
score.h Fix wrong sign for 200 TB score 2024-04-13 22:05:19 +02:00
search.cpp Fix duplicate code (#5711) 2024-12-08 22:24:29 +01:00
search.h Simplify Prior Capture Countermove Bonus 2024-12-08 19:55:10 +01:00
thread.cpp Add functions to check for decisive scores 2024-12-08 19:47:02 +01:00
thread.h Replicate network weights only to used NUMA nodes 2024-08-03 09:41:37 +02:00
thread_win32_osx.h Refactor NativeThread start_routine 2024-01-21 12:21:01 +01:00
timeman.cpp Simplify tm, removing faster 1st move and 1.13 extraTime. 2024-06-01 20:12:36 +02:00
timeman.h Simplify tm, removing faster 1st move and 1.13 extraTime. 2024-06-01 20:12:36 +02:00
tt.cpp Cleanup TT::hashfull() 2024-11-13 20:06:49 +01:00
tt.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
tune.cpp Move options into the engine 2024-06-12 09:17:04 +02:00
tune.h Move options into the engine 2024-06-12 09:17:04 +02:00
types.h erge remote-tracking branch 'upstream/master' 2024-12-14 11:28:13 +00:00
uci.cpp Temporarily fix clang-format mismatch 2024-10-12 16:30:44 +02:00
uci.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
ucioption.cpp Fixed non UCI compliance 2024-07-15 13:14:57 +02:00
ucioption.h Move options into the engine 2024-06-12 09:17:04 +02:00