1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
xoto10 995ee4b311 Retuned values after eval quantize patch.
The last search tune patch was tested before the implementation of #2733 which
presumably changed the search characteristics noticeably. Another tuning run was
done, see https://tests.stockfishchess.org/tests/view/5ee5b434ca6c451633a9a08c
and the updated values passed these tests:

STC:
LLR: 2.93 (-2.94,2.94) {-0.50,1.50}
Total: 34352 W: 6600 L: 6360 D: 21392
Ptnml(0-2): 581, 3947, 7914, 4119, 615
https://tests.stockfishchess.org/tests/view/5ee62f05ca6c451633a9a15f

LTC 60+0.6 th 1 :
LLR: 2.97 (-2.94,2.94) {0.25,1.75}
Total: 11176 W: 1499 L: 1304 D: 8373
Ptnml(0-2): 69, 933, 3403, 1100, 83
https://tests.stockfishchess.org/tests/view/5ee6205bca6c451633a9a147

SMP LTC 20+0.2 th 8 :
LLR: 2.93 (-2.94,2.94) {0.25,1.75}
Total: 54032 W: 6126 L: 5826 D: 42080
Ptnml(0-2): 278, 4454, 17280, 4698, 306
https://tests.stockfishchess.org/tests/view/5ee62f25ca6c451633a9a162

Closes https://github.com/official-stockfish/Stockfish/pull/2742

Bench 4957812
2020-06-15 08:05:16 +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 Retuned values after eval quantize patch. 2020-06-15 08:05:16 +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