1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
VoyagerOne 0b4f6e562b Refutation penalty on captures
Apply refutation penalty for prior PV quiet move on captures

LTC:
LLR: 2.95 (-2.94,2.94) [0.00,5.00]
Total: 8208 W: 1153 L: 1008 D: 6047
http://tests.stockfishchess.org/tests/view/57bc5a9f0ebc59030fbe47b5

Only LTC because a very similar patch already passed STC + LTC

bench: 7038730
2016-08-24 08:26:32 +02:00
..
syzygy Filter root moves filter before copy to threads 2016-06-11 09:24:40 +02:00
benchmark.cpp Fix incorrect draw detection 2016-04-18 00:13:16 +02:00
bitbase.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
bitboard.cpp Hide global visibility when not needed 2016-04-09 10:42:04 +02:00
bitboard.h Retire __popcnt64 intrinsic 2016-05-05 09:09:07 +02:00
endgame.cpp StateInfo is usually allocated on the stack by search() 2016-04-17 08:29:33 +02:00
endgame.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
evaluate.cpp Retire pawn span 2016-08-18 10:16:56 +02:00
evaluate.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
main.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
Makefile Remove useless -mbmi flag in Makefile 2016-05-01 14:11:28 +02:00
material.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
material.h Avoid some redundant scaling function calls 2016-06-10 06:43:37 +02:00
misc.cpp Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00
misc.h Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00
movegen.cpp Remove some pointless micro-optimizations 2016-04-23 02:04:28 +01:00
movegen.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movepick.cpp Use Color-From-To history stats to help sort moves 2016-08-02 09:17:14 +02:00
movepick.h Use Color-From-To history stats to help sort moves 2016-08-02 09:17:14 +02:00
pawns.cpp Remove a stale assignment 2016-08-18 10:40:56 +02:00
pawns.h Retire pawn span 2016-08-18 10:16:56 +02:00
position.cpp Teach check_blockers to check also non-king pieces 2016-05-28 14:52:21 +02:00
position.h Teach check_blockers to check also non-king pieces 2016-05-28 14:52:21 +02:00
psqt.cpp Double pawn simplification 2016-05-13 13:01:59 +02:00
search.cpp Refutation penalty on captures 2016-08-24 08:26:32 +02:00
search.h Don't insert pv back into tt 2016-06-15 08:55:40 +02:00
thread.cpp Filter root moves filter before copy to threads 2016-06-11 09:24:40 +02:00
thread.h Use Color-From-To history stats to help sort moves 2016-08-02 09:17:14 +02:00
thread_win32.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
timeman.cpp StateInfo is usually allocated on the stack by search() 2016-04-17 08:29:33 +02:00
timeman.h Time management simplification 2016-01-29 00:47:07 +00:00
tt.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
tt.h Depth margin parameter-tweak in TT-save 2016-01-18 22:04:38 +00:00
types.h Retire __popcnt64 intrinsic 2016-05-05 09:09:07 +02:00
uci.cpp Filter root moves filter before copy to threads 2016-06-11 09:24:40 +02:00
uci.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
ucioption.cpp Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00