1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
joergoster 82d065b011 Speculative prefetch
Idea by Peter Oesterlund.
Implemented and tested by Joerg Oester

STC 3 threads
ELO: 3.19 +-2.1 (95%) LOS: 99.9%
Total: 40000 W: 7576 L: 7209 D: 25215

LTC
LLR: 2.96 (-2.94,2.94) [0.00,6.00]
Total: 22026 W: 3829 L: 3619 D: 14578

STC
LLR: 2.95 (-2.94,2.94) [-1.50,4.50]
Total: 7291 W: 1531 L: 1404 D: 4356

No functional change

Resolves #61
2014-10-02 22:19:14 +01:00
..
benchmark.cpp Rework perft implementation 2014-08-09 13:00:59 +08:00
bitbase.cpp Fix a warning with MSVC in 'analyze' mode 2014-06-14 12:46:58 +02:00
bitboard.cpp Small code style reformatting 2014-07-29 06:52:32 +08:00
bitboard.h Trivial code style fixes 2014-09-30 09:05:20 +02:00
bitcount.h Use compiler intrinsic instead of assembly for popcnt 2014-07-03 18:22:53 +08:00
endgame.cpp Revert back KBPsK to latest Gary's version 2014-05-04 09:34:22 +02:00
endgame.h Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
evaluate.cpp Trivial code style fixes 2014-09-30 09:05:20 +02:00
evaluate.h Small renaming in Tracing 2014-06-09 05:30:18 +09:00
main.cpp Move args parsing to UCI::loop 2014-04-12 13:51:52 +02:00
Makefile Use compiler intrinsic instead of assembly for popcnt 2014-07-03 18:22:53 +08:00
material.cpp Move game_phase() to Position 2014-06-20 23:44:46 +02:00
material.h Move game_phase() to Position 2014-06-20 23:44:46 +02:00
misc.cpp Retire struct Log 2014-09-16 21:13:50 +01:00
misc.h Retire struct Log 2014-09-16 21:13:50 +01:00
movegen.cpp Minor stuff scattered around 2014-04-28 17:07:43 +02:00
movegen.h Update copyright year 2014-01-02 01:49:18 +01:00
movepick.cpp Fix issues detected by Coverity Scan 2014-04-26 09:33:50 +02:00
movepick.h Sync some common names 2014-04-06 11:26:12 +02:00
notation.cpp Retire Search Log 2014-08-24 16:28:51 +01:00
notation.h Retire Search Log 2014-08-24 16:28:51 +01:00
pawns.cpp Small code style reformatting 2014-07-29 06:52:32 +08:00
pawns.h Scale down endgames with pawns on one or two adjacent files 2014-06-25 16:01:00 -04:00
platform.h Update copyright year 2014-01-02 01:49:18 +01:00
position.cpp Speculative prefetch 2014-10-02 22:19:14 +01:00
position.h Speculative prefetch 2014-10-02 22:19:14 +01:00
psqtab.h Remove RookOn7th and merge values into psqt 2014-04-24 08:53:46 +02:00
rkiss.h Move magic random to RKISS 2014-02-12 14:47:36 +01:00
search.cpp Speculative prefetch 2014-10-02 22:19:14 +01:00
search.h Rework perft implementation 2014-08-09 13:00:59 +08:00
thread.cpp Retire FakeSplit 2014-07-09 07:19:06 +08:00
thread.h Retire FakeSplit 2014-07-09 07:19:06 +08:00
timeman.cpp Rename time variable to reflect UCI parameters 2014-09-21 08:23:12 +08:00
timeman.h Fix Intel compiler warnings 2014-04-27 12:02:36 +02:00
tt.cpp Raise max Hash to 1TB 2014-07-01 18:37:18 +08:00
tt.h Convert TT depth to int8_t 2014-10-01 20:51:32 +01:00
types.h Move ONE_PLY to be 1 instead of 2: search() 2014-09-29 15:17:12 +02:00
uci.cpp Retire divide command 2014-08-04 13:54:09 +08:00
ucioption.cpp Trivial code style fixes 2014-09-30 09:05:20 +02:00
ucioption.h Move args parsing to UCI::loop 2014-04-12 13:51:52 +02:00