1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 12:09:14 +00:00
BadFish/src
Dubslow d4d1cec296 Remove previousDepth in favor of completedDepth + 2
Beyond the simplification, this could be considered a bugfix from a certain point of view.
However, the effect is very subtle and essentially impossible for users to notice.
5372f81cc8 added about 2 Elo at LTC, but only for second and later `go` commands; now, with
this patch, the first `go` command will also benefit from that gain. Games under time
controls are unaffected (as per the tests).

STC: https://tests.stockfishchess.org/tests/view/63c3d291330c0d3d051d48a8
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 473792 W: 124858 L: 125104 D: 223830
Ptnml(0-2): 1338, 49653, 135063, 49601, 1241

LTC: https://tests.stockfishchess.org/tests/view/63c8cd56a83c702aac083bc9
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 290728 W: 76926 L: 76978 D: 136824
Ptnml(0-2): 106, 27987, 89221, 27953, 97

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

bench 4208265
2023-01-28 16:50:46 +01:00
..
incbin Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
nnue Remove redundant const qualifiers 2023-01-28 16:49:27 +01:00
syzygy Replace some std::string occurrences with std::string_view 2023-01-09 20:28:24 +01:00
benchmark.cpp Warn if a global function has no previous declaration 2023-01-09 20:18:39 +01:00
benchmark.h Warn if a global function has no previous declaration 2023-01-09 20:18:39 +01:00
bitbase.cpp Update copyright years 2023-01-02 19:07:38 +01:00
bitboard.cpp Remove precomputed SquareBB 2023-01-22 10:55:32 +01:00
bitboard.h Remove precomputed SquareBB 2023-01-22 10:55:32 +01:00
endgame.cpp Update copyright years 2023-01-02 19:07:38 +01:00
endgame.h Update copyright years 2023-01-02 19:07:38 +01:00
evaluate.cpp apply if constexpr to additional instances 2023-01-22 13:15:46 +01:00
evaluate.h Update default net to nn-bc24c101ada0.nnue 2023-01-23 07:01:32 +01:00
main.cpp Update copyright years 2023-01-02 19:07:38 +01:00
Makefile Warn if a global function has no previous declaration 2023-01-09 20:18:39 +01:00
material.cpp Update copyright years 2023-01-02 19:07:38 +01:00
material.h Modernize code base a little bit 2023-01-09 20:25:13 +01:00
misc.cpp Replace some std::string occurrences with std::string_view 2023-01-09 20:28:24 +01:00
misc.h Update copyright years 2023-01-02 19:07:38 +01:00
movegen.cpp apply if constexpr to additional instances 2023-01-22 13:15:46 +01:00
movegen.h Update copyright years 2023-01-02 19:07:38 +01:00
movepick.cpp apply if constexpr to additional instances 2023-01-22 13:15:46 +01:00
movepick.h Update copyright years 2023-01-02 19:07:38 +01:00
pawns.cpp Update copyright years 2023-01-02 19:07:38 +01:00
pawns.h Update copyright years 2023-01-02 19:07:38 +01:00
position.cpp Replace some std::string occurrences with std::string_view 2023-01-09 20:28:24 +01:00
position.h Update copyright years 2023-01-02 19:07:38 +01:00
psqt.cpp Update copyright years 2023-01-02 19:07:38 +01:00
psqt.h Update copyright years 2023-01-02 19:07:38 +01:00
search.cpp Remove previousDepth in favor of completedDepth + 2 2023-01-28 16:50:46 +01:00
search.h Update copyright years 2023-01-02 19:07:38 +01:00
thread.cpp Remove previousDepth in favor of completedDepth + 2 2023-01-28 16:50:46 +01:00
thread.h Remove previousDepth in favor of completedDepth + 2 2023-01-28 16:50:46 +01:00
thread_win32_osx.h Modernize code base a little bit 2023-01-09 20:25:13 +01:00
timeman.cpp Update copyright years 2023-01-02 19:07:38 +01:00
timeman.h Update copyright years 2023-01-02 19:07:38 +01:00
tt.cpp Update copyright years 2023-01-02 19:07:38 +01:00
tt.h Update copyright years 2023-01-02 19:07:38 +01:00
tune.cpp Update copyright years 2023-01-02 19:07:38 +01:00
tune.h Update copyright years 2023-01-02 19:07:38 +01:00
types.h Update copyright years 2023-01-02 19:07:38 +01:00
uci.cpp Fixed UCI TB win values 2023-01-28 16:37:29 +01:00
uci.h Update copyright years 2023-01-02 19:07:38 +01:00
ucioption.cpp Update UCI_Elo parameterization 2023-01-22 10:54:15 +01:00