1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Carlos Esparza 1f9404434d Simplify picking of evasion moves
Sort evasions before we start returning them in next_move() (just like
every other kind of move) instead of looking for the biggest element on
every call to next_move(). The bench number changes because the old
method is not equivalent to a stable sort.

Passed STC:
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 132064 W: 34318 L: 34204 D: 63542
Ptnml(0-2): 392, 15522, 34106, 15604, 408
https://tests.stockfishchess.org/tests/view/6743fee086d5ee47d953f9ca

Passed LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 97542 W: 24899 L: 24757 D: 47886
Ptnml(0-2): 63, 10646, 27193, 10824, 45
https://tests.stockfishchess.org/tests/view/674509cd86d5ee47d953fb96

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

Bench: 1094825
2024-12-08 19:54:18 +01:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Add functions to check for decisive scores 2024-12-08 19:47:02 +01:00
syzygy Fixed non UCI compliance 2024-07-15 13:14:57 +02:00
benchmark.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
benchmark.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
bitboard.cpp Optimize magics 2024-10-12 16:30:44 +02:00
bitboard.h Optimize magics 2024-10-12 16:30:44 +02:00
engine.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
engine.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
evaluate.cpp Simplify big-net reevaluation 2024-11-13 20:35:02 +01:00
evaluate.h Update default main net to nn-1c0000000000.nnue 2024-11-13 20:35:02 +01:00
history.h Move history code to a separate header 2024-11-13 20:07:15 +01:00
main.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
Makefile Move history code to a separate header 2024-11-13 20:07:15 +01:00
memory.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
memory.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
misc.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
misc.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
movegen.cpp Remove QS_CHECKS movepick stage 2024-07-23 17:56:52 +02:00
movegen.h Remove QS_CHECKS movepick stage 2024-07-23 17:56:52 +02:00
movepick.cpp Simplify picking of evasion moves 2024-12-08 19:54:18 +01:00
movepick.h Simplify picking of evasion moves 2024-12-08 19:54:18 +01:00
numa.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
perft.h Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
position.cpp Fix majorPieceKey Updates 2024-10-12 16:40:49 +02:00
position.h Introduce Various Correction histories 2024-09-17 21:01:43 +02:00
score.cpp Add functions to check for decisive scores 2024-12-08 19:47:02 +01:00
score.h Fix wrong sign for 200 TB score 2024-04-13 22:05:19 +02:00
search.cpp Same weight for black and white nonPawnCorrection history 2024-12-08 19:52:16 +01:00
search.h Bonus for a prior capture that causes a fail low. 2024-12-08 19:46:07 +01:00
thread.cpp Add functions to check for decisive scores 2024-12-08 19:47:02 +01:00
thread.h Replicate network weights only to used NUMA nodes 2024-08-03 09:41:37 +02:00
thread_win32_osx.h Refactor NativeThread start_routine 2024-01-21 12:21:01 +01:00
timeman.cpp Simplify tm, removing faster 1st move and 1.13 extraTime. 2024-06-01 20:12:36 +02:00
timeman.h Simplify tm, removing faster 1st move and 1.13 extraTime. 2024-06-01 20:12:36 +02:00
tt.cpp Cleanup TT::hashfull() 2024-11-13 20:06:49 +01:00
tt.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
tune.cpp Move options into the engine 2024-06-12 09:17:04 +02:00
tune.h Move options into the engine 2024-06-12 09:17:04 +02:00
types.h Add functions to check for decisive scores 2024-12-08 19:47:02 +01:00
uci.cpp Temporarily fix clang-format mismatch 2024-10-12 16:30:44 +02:00
uci.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
ucioption.cpp Fixed non UCI compliance 2024-07-15 13:14:57 +02:00
ucioption.h Move options into the engine 2024-06-12 09:17:04 +02:00