1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 01:29:36 +00:00
BadFish/src
Michael Chaly e41f727f0f Simplify away best move count logic
the only place where it was used it was true with >99% probability so it seemed to not be doing much any more.

Passed STC:
https://tests.stockfishchess.org/tests/view/625f4778d00da81c22dd4c93
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 85152 W: 22487 L: 22406 D: 40259
Ptnml(0-2): 313, 9035, 23818, 9078, 332

Passed LTC:
https://tests.stockfishchess.org/tests/view/625ff1f1b03f22647441a215
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 66776 W: 17768 L: 17673 D: 31335
Ptnml(0-2): 46, 6200, 20792, 6313, 37

close https://github.com/official-stockfish/Stockfish/pull/3993

bench 7280798
2022-04-22 08:09:40 +02:00
..
incbin Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
nnue Play more positional in endgames 2022-03-28 22:43:52 +02:00
syzygy Update copyright years 2022-01-06 15:45:45 +01:00
benchmark.cpp Tune FRC trapped Bishop patch 2022-01-09 15:49:19 +01:00
bitbase.cpp Update copyright years 2022-01-06 15:45:45 +01:00
bitboard.cpp Update copyright years 2022-01-06 15:45:45 +01:00
bitboard.h Update copyright years 2022-01-06 15:45:45 +01:00
endgame.cpp Update copyright years 2022-01-06 15:45:45 +01:00
endgame.h Update copyright years 2022-01-06 15:45:45 +01:00
evaluate.cpp Tuning classical and NNUE scaling terms 2022-04-16 08:41:51 +02:00
evaluate.h Update default net to nn-d0b74ce1e5eb.nnue 2022-04-19 19:59:04 +02:00
main.cpp Update copyright years 2022-01-06 15:45:45 +01:00
Makefile Drop sse from target "x86-32" 2022-02-05 07:33:34 +01:00
material.cpp Update copyright years 2022-01-06 15:45:45 +01:00
material.h Update copyright years 2022-01-06 15:45:45 +01:00
misc.cpp Restore development version 2022-04-18 23:05:24 +02:00
misc.h Minor cleanups 2022-04-01 10:55:11 +02:00
movegen.cpp Update copyright years 2022-01-06 15:45:45 +01:00
movegen.h Update copyright years 2022-01-06 15:45:45 +01:00
movepick.cpp Minor cleanups 2022-04-01 10:55:11 +02:00
movepick.h Sort captures 2022-03-01 17:51:37 +01:00
pawns.cpp Tuning classical and NNUE scaling terms 2022-04-16 08:41:51 +02:00
pawns.h Update copyright years 2022-01-06 15:45:45 +01:00
position.cpp Update copyright years 2022-01-06 15:45:45 +01:00
position.h Minor cleanups 2022-04-01 10:55:11 +02:00
psqt.cpp Update copyright years 2022-01-06 15:45:45 +01:00
psqt.h Update copyright years 2022-01-06 15:45:45 +01:00
search.cpp Simplify away best move count logic 2022-04-22 08:09:40 +02:00
search.h Update copyright years 2022-01-06 15:45:45 +01:00
simd.h Update copyright years 2022-01-06 15:45:45 +01:00
thread.cpp Update copyright years 2022-01-06 15:45:45 +01:00
thread.h Use NNUE in low piece endgames close to the root. 2022-04-12 17:43:50 +02:00
thread_win32_osx.h Update copyright years 2022-01-06 15:45:45 +01:00
timeman.cpp Update copyright years 2022-01-06 15:45:45 +01:00
timeman.h Update copyright years 2022-01-06 15:45:45 +01:00
tt.cpp Update copyright years 2022-01-06 15:45:45 +01:00
tt.h Update copyright years 2022-01-06 15:45:45 +01:00
tune.cpp Update copyright years 2022-01-06 15:45:45 +01:00
tune.h Update copyright years 2022-01-06 15:45:45 +01:00
types.h Cleanup and update CPU contributors 2022-02-05 07:30:09 +01:00
uci.cpp Update WDL model for current SF 2022-04-16 08:36:37 +02:00
uci.h Update copyright years 2022-01-06 15:45:45 +01:00
ucioption.cpp Update copyright years 2022-01-06 15:45:45 +01:00