1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
Brian Sheppard f907d5b7d9 Move depth calculation in probCut
The change passed an STC regression:

LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 59350 W: 10793 L: 10738 D: 37819

I verified that there was no change in performance on my machine, but of course YMMV:

Results for 40 tests for each version:

                Base      Test      Diff
        Mean    2014338   2016121   -1783
        StDev   62655     63441     3860

p-value: 0.678
speedup: 0.001

No functional change.

Closes #1137
2017-06-16 19:30:19 -07:00
..
syzygy Retire the misdesigned StepAttacks[] array. 2017-04-28 20:33:30 -07:00
benchmark.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
bitbase.cpp Retire the misdesigned StepAttacks[] array. 2017-04-28 20:33:30 -07:00
bitboard.cpp Reordering magic data 2017-06-06 10:22:12 -07:00
bitboard.h Reordering magic data 2017-06-06 10:22:12 -07:00
endgame.cpp Assorted code style issues 2017-04-24 09:49:44 +02:00
endgame.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
evaluate.cpp Changed spelling back to "Bishops" in eval output 2017-05-23 20:27:30 -07:00
evaluate.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
main.cpp Execute an implied ucinewgame at startup 2017-05-15 18:54:13 -07:00
Makefile Assorted code style fixes 2017-03-14 21:02:21 -07:00
material.cpp Assorted code style issues 2017-04-24 09:49:44 +02:00
material.h Reorder members of Material::Entry 2017-02-23 21:33:03 -08:00
misc.cpp Assorted code style issues 2017-04-24 09:49:44 +02:00
misc.h Fix pawn entry prefetch 2017-03-14 20:56:26 -07:00
movegen.cpp Retire the misdesigned StepAttacks[] array. 2017-04-28 20:33:30 -07:00
movegen.h Use int instead of Value for history related stats. 2017-04-23 07:59:28 -07:00
movepick.cpp History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
movepick.h use auto& for histories 2017-06-06 09:56:13 -07:00
pawns.cpp Default argument for see_ge() 2017-05-10 18:20:45 +02:00
pawns.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
position.cpp Don't score as an immediate draw 2-fold repetitions of the root position 2017-06-06 10:15:13 -07:00
position.h Default argument for see_ge() 2017-05-10 18:20:45 +02:00
psqt.cpp Variable tuning 2017-02-19 14:00:44 -08:00
search.cpp Move depth calculation in probCut 2017-06-16 19:30:19 -07:00
search.h History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
thread.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
thread.h History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
thread_win32.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
timeman.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
timeman.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
tt.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
tt.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
types.h History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
uci.cpp Execute an implied ucinewgame at startup 2017-05-15 18:54:13 -07:00
uci.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
ucioption.cpp Increase maximum number of threads 2017-03-25 10:35:17 -07:00