1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 09:39:36 +00:00
BadFish/src
Stefan Geschwentner a90fc4c877 Non-quiet pruning tweak
Count in the difference of static evaluation
and alpha for pruning threshold.

STC:
LLR: 2.96 (-2.94,2.94) [0.00,5.00]
Total: 16885 W: 3061 L: 2866 D: 10958

LTC:
LLR: 2.95 (-2.94,2.94) [0.00,5.00]
Total: 33566 W: 4428 L: 4202 D: 24936

Bench: 5513149
2016-11-19 08:37:52 +01:00
..
syzygy Make a version of Position::do_move() without the givesCheck parameter 2016-11-12 09:55:12 +01:00
benchmark.cpp Allow benches with more than 2G nodes. 2016-11-07 13:35:28 +01:00
bitbase.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
bitboard.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
bitboard.h Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
endgame.cpp Simplify code, delete else after return 2016-11-05 08:08:25 +01:00
endgame.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
evaluate.cpp Bonus for attacked passed pawn promotion path 2016-10-30 13:48:03 +01:00
evaluate.h Retire KingDanger array 2016-09-16 08:30:06 +02:00
main.cpp Fix indentation in struct FromToStats 2016-09-17 09:51:20 +02:00
Makefile Makefile fix for sanitize 2016-11-05 08:15:56 +01:00
material.cpp Retire linear imbalance 2016-09-02 08:25:17 +02:00
material.h Avoid some redundant scaling function calls 2016-06-10 06:43:37 +02:00
misc.cpp Restore development version 2016-11-05 09:32:39 +01:00
misc.h Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00
movegen.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
movegen.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movepick.cpp Simplify next_move by always scoring evasions 2016-10-20 17:17:14 +02:00
movepick.h Fix indentation in struct FromToStats 2016-09-17 09:51:20 +02:00
pawns.cpp Retire implicit malus for stonewalls 2016-10-05 09:32:08 +02:00
pawns.h Space bonus in presence of open files 2016-09-03 00:04:20 +02:00
position.cpp FEN parsing: add a second check for correctly setting e.p. square 2016-11-10 11:45:51 +01:00
position.h Make a version of Position::do_move() without the givesCheck parameter 2016-11-12 09:55:12 +01:00
psqt.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
search.cpp Non-quiet pruning tweak 2016-11-19 08:37:52 +01:00
search.h History Stat Comparison 2016-10-25 06:44:19 +02:00
thread.cpp Correcty resey TB hit counter 2016-10-22 08:22:13 +02:00
thread.h Sync variable names in decl vs def 2016-11-05 08:05:22 +01:00
thread_win32.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
timeman.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
timeman.h Time management simplification 2016-01-29 00:47:07 +00:00
tt.cpp Rename shift_bb() to shift() 2016-09-25 10:45:10 +02:00
tt.h Silence some warnings with MSVC 2013 2016-08-27 12:16:13 +02:00
types.h Fix a series of undefined behaviours 2016-10-27 06:44:41 +02:00
uci.cpp Make a version of Position::do_move() without the givesCheck parameter 2016-11-12 09:55:12 +01:00
uci.h Sync variable names in decl vs def 2016-11-05 08:05:22 +01:00
ucioption.cpp Do not hardcode Debug Log File 2016-06-15 08:47:08 +02:00