1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
Muzhen Gaming daa9e217ab VVLTC search tune
Passed VVLTC 1st sprt: https://tests.stockfishchess.org/tests/view/6688af640c9d7c1ab33ed327
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 16050 W: 4200 L: 3959 D: 7891
Ptnml(0-2): 0, 1383, 5018, 1624, 0

Passed VVLTC 2nd sprt: https://tests.stockfishchess.org/tests/view/6688e8900c9d7c1ab33efd60
LLR: 2.95 (-2.94,2.94) <0.50,2.50>
Total: 44044 W: 11303 L: 10999 D: 21742
Ptnml(0-2): 1, 3973, 13772, 4273, 3

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

Bench: 992058
2024-07-06 17:45:58 +02:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Workaround the clang-format inconsistencies 2024-06-08 23:09:02 +02:00
syzygy Correct and extend PV lines with decisive TB score 2024-07-05 15:43:49 +02:00
benchmark.cpp Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
benchmark.h Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
bitboard.cpp Early Exit in Bitboards::sliding_attack() 2024-05-18 09:24:23 +02:00
bitboard.h Assorted cleanups 2024-02-11 19:52:00 +01:00
engine.cpp Move info strings once more 2024-07-03 13:39:31 +02:00
engine.h Move options into the engine 2024-06-12 09:17:04 +02:00
evaluate.cpp Introduction evaluation grain of 16 (and randomize) 2024-07-06 17:43:39 +02:00
evaluate.h Update default smallnet to nn-37f18f62d772.nnue 2024-06-01 19:59:07 +02:00
main.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
Makefile Change PGO type for clang 2024-06-08 23:05:56 +02:00
memory.cpp Add helpers for managing aligned memory 2024-06-03 23:11:59 +02:00
memory.h Add helpers for managing aligned memory 2024-06-03 23:11:59 +02:00
misc.cpp Implement dbg_extremes_of 2024-07-03 13:44:01 +02:00
misc.h Implement dbg_extremes_of 2024-07-03 13:44:01 +02:00
movegen.cpp Change the Move enum to a class 2024-01-04 15:51:04 +01:00
movegen.h Change the Move enum to a class 2024-01-04 15:51:04 +01:00
movepick.cpp Simplify continuation histories 2024-06-03 23:12:13 +02:00
movepick.h Add cmath header to movepick.h 2024-03-20 16:36:18 +01:00
numa.h NumaPolicy fixes and robustness improvements 2024-06-08 23:32:27 +02:00
perft.h Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
position.cpp Limit has_game_cycle() to only upcoming repetition 2024-07-03 13:35:49 +02:00
position.h Limit has_game_cycle() to only upcoming repetition 2024-07-03 13:35:49 +02:00
score.cpp Fix wrong sign for 200 TB score 2024-04-13 22:05:19 +02:00
score.h Fix wrong sign for 200 TB score 2024-04-13 22:05:19 +02:00
search.cpp VVLTC search tune 2024-07-06 17:45:58 +02:00
search.h Correct and extend PV lines with decisive TB score 2024-07-05 15:43:49 +02:00
thread.cpp Update clang-format to version 18 2024-06-05 21:41:43 +02:00
thread.h Fix typos in comments 2024-07-01 19:44:17 +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 Simplify away a useless TTEntry::read() 2024-07-01 19:50:32 +02:00
tt.h Simplify TT interface and avoid changing TT info 2024-06-12 09:17:04 +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 Adjust lowest depth constants to the natural place 2024-06-03 23:20:02 +02:00
uci.cpp Move info strings once more 2024-07-03 13:39:31 +02:00
uci.h Fix printing of empty info strings. 2024-06-15 12:04:16 +02:00
ucioption.cpp Move options into the engine 2024-06-12 09:17:04 +02:00
ucioption.h Move options into the engine 2024-06-12 09:17:04 +02:00