1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 03:59:15 +00:00
BadFish/src
xoto10 42b7dbcb5e Tuned values for search constants
Tuned search constants after many search patches since the last
successful tune.

1st LTC @ 60+0.6 th 1 :
LLR: 2.97 (-2.94,2.94) {0.25,1.75}
Total: 57656 W: 7369 L: 7036 D: 43251
Ptnml(0-2): 393, 5214, 17336, 5437, 448
https://tests.stockfishchess.org/tests/view/5ee1e074f29b40b0fc95af19

SMP LTC @ 20+0.2 th 8 :
LLR: 2.95 (-2.94,2.94) {0.25,1.75}
Total: 83576 W: 9731 L: 9341 D: 64504
Ptnml(0-2): 464, 7062, 26369, 7406, 487
https://tests.stockfishchess.org/tests/view/5ee35a21f29b40b0fc95b008

The changes were rebased on top of a successful patch by Viz (see #2734)
and two different ways of doing this were tested. The successful test
modified the constants in the patch by Viz in a similar manner to the
tuning run:

LTC (rebased) @ 60+0.6 th 1 :
LLR: 2.94 (-2.94,2.94) {0.25,1.75}
Total: 193384 W: 24241 L: 23521 D: 145622
Ptnml(0-2): 1309, 17497, 58472, 17993, 1421
https://tests.stockfishchess.org/tests/view/5ee43319ca6c451633a995f9

Further work: the recent patch to quantize eval #2733 affects search quit
quite a bit, so doing another tune in, say, three months time might be a
good idea.

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

Bench 4246971
2020-06-13 13:33:18 +02:00
..
syzygy small cleanups 2020-05-23 13:27:16 +02:00
benchmark.cpp Equations for edges and corners. 2020-03-09 22:16:26 +01:00
bitbase.cpp Consolidate all attacks bitboards 2020-05-30 20:30:31 +02:00
bitboard.cpp show coordinates when displaying board 2020-06-09 18:28:20 +02:00
bitboard.h Wrap all access to LineBB and add assert 2020-06-09 18:13:24 +02:00
endgame.cpp Consolidate all attacks bitboards 2020-05-30 20:30:31 +02:00
endgame.h remove KNPK endgame code 2020-04-05 08:35:31 +02:00
evaluate.cpp Quantize eval to multiples of 16 2020-06-13 07:10:34 +02:00
evaluate.h Small cleanups 2020-03-01 09:31:58 +01:00
main.cpp small cleanups 2020-05-23 13:27:16 +02:00
Makefile Fix syzygy dependencies issue 2020-05-09 09:39:52 +02:00
material.cpp Small cleanups 2020-03-30 22:46:07 +02:00
material.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
misc.cpp Avoid sending info strings before 'uci' has been received 2020-05-19 17:02:21 +02:00
misc.h Fix a Windows-only crash on exit without 'quit' 2020-05-14 20:35:40 +02:00
movegen.cpp Wrap all access to LineBB and add assert 2020-06-09 18:13:24 +02:00
movegen.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
movepick.cpp Use lowply-history also on low depths 2020-06-06 16:18:42 +02:00
movepick.h Improve move order near the root 2020-02-22 21:32:32 +01:00
pawns.cpp Isolated pawns tweak 2020-06-01 17:27:29 +02:00
pawns.h Small cleanups 2020-04-29 17:44:24 +02:00
position.cpp show coordinates when displaying board 2020-06-09 18:28:20 +02:00
position.h Consolidate all attacks bitboards 2020-05-30 20:30:31 +02:00
psqt.cpp Small cleanups 2020-04-12 20:30:08 +02:00
search.cpp Tuned values for search constants 2020-06-13 13:33:18 +02:00
search.h continuation histories when in check 2020-04-22 08:48:01 +02:00
thread.cpp Refactor some threads related code. 2020-06-09 18:22:27 +02:00
thread.h Refactor some threads related code. 2020-06-09 18:22:27 +02:00
thread_win32_osx.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.cpp small cleanups 2020-05-23 13:27:16 +02:00
timeman.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
tt.cpp Increase the maximum hash size by a factor of 256 2020-06-09 18:44:07 +02:00
tt.h Increase the maximum hash size by a factor of 256 2020-06-09 18:44:07 +02:00
tune.cpp small cleanups 2020-05-23 13:27:16 +02:00
tune.h Fishtest Tuning Framework 2020-05-02 17:32:11 +02:00
types.h Tune pawn value 2020-05-11 20:46:39 +02:00
uci.cpp Small cleanups 2020-03-30 22:46:07 +02:00
uci.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
ucioption.cpp Increase the maximum hash size by a factor of 256 2020-06-09 18:44:07 +02:00