1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00
BadFish/src
Joost VandeVondele 345b2d153a Remove one condition in probcut TTmove skipping
the removed condition appears illogical and is not needed.

passed STC:
LLR: 2.95 (-2.94,2.94) {-1.50,0.50}
Total: 80418 W: 15217 L: 15144 D: 50057
Ptnml(0-2): 1341, 9399, 18679, 9426, 1364
https://tests.stockfishchess.org/tests/view/5e977eb5c9ada107a0370d6b

passed LTC:
LLR: 2.95 (-2.94,2.94) {-1.50,0.50}
Total: 49878 W: 6299 L: 6247 D: 37332
Ptnml(0-2): 327, 4677, 14897, 4693, 345
https://tests.stockfishchess.org/tests/view/5e97e07dc9ada107a0370e53

closes https://github.com/official-stockfish/Stockfish/pull/2638

Bench: 4958027
2020-04-16 21:44:52 +02:00
..
syzygy Small cleanups 2020-04-12 20:30:08 +02:00
benchmark.cpp Equations for edges and corners. 2020-03-09 22:16:26 +01:00
bitbase.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
bitboard.cpp Small cleanups 2020-04-12 20:30:08 +02:00
bitboard.h Small cleanups 2020-04-12 20:30:08 +02:00
endgame.cpp remove KNPK endgame code 2020-04-05 08:35:31 +02:00
endgame.h remove KNPK endgame code 2020-04-05 08:35:31 +02:00
evaluate.cpp Scale factor in opposite-color bishop endings 2020-04-16 21:40:06 +02:00
evaluate.h Small cleanups 2020-03-01 09:31:58 +01:00
main.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
Makefile Small cleanups 2020-03-01 09:31:58 +01:00
material.cpp Small cleanups 2020-03-30 22:46:07 +02:00
material.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
misc.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
misc.h Fix ambiguity between clamp implementations 2020-03-07 11:14:27 +01:00
movegen.cpp Small cleanups 2020-04-12 20:30:08 +02:00
movegen.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
movepick.cpp Always remember the ttMove 2020-04-12 20:34:50 +02:00
movepick.h Improve move order near the root 2020-02-22 21:32:32 +01:00
pawns.cpp Space bonus and number of blocked pawns 2020-04-15 08:29:20 +02:00
pawns.h Scale up space weight with number of blocked pawns 2020-04-13 09:16:54 +02:00
position.cpp Small cleanups 2020-03-30 22:46:07 +02:00
position.h Limit array access in Position 2020-04-02 14:40:03 +02:00
psqt.cpp Small cleanups 2020-04-12 20:30:08 +02:00
search.cpp Remove one condition in probcut TTmove skipping 2020-04-16 21:44:52 +02:00
search.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
thread.cpp Small cleanups 2020-04-12 20:30:08 +02:00
thread.h Small cleanups 2020-04-12 20:30:08 +02:00
thread_win32_osx.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
tt.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
tt.h Small cleanups 2020-03-14 17:04:50 +01:00
types.h Small cleanups 2020-04-12 20:30:08 +02:00
uci.cpp Small cleanups 2020-03-30 22:46:07 +02:00
uci.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
ucioption.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00