1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00
BadFish/src
Guenther Demetz 71e0b5385e More bonus for bestMoves on past PV nodes
It looks like it is important to keep past PV (ttPv) nodes as close as possible to current PV nodes.
Credits to Mark Tenzer (31m059) & Stefan Geschwentner who first tried ideas on ttPv nodes.

STC:
https://tests.stockfishchess.org/tests/view/5e2ff5efab2d69d58394fd52
LLR: 2.95 (-2.94,2.94) {-1.00,3.00}
Total: 13302 W: 2647 L: 2507 D: 8148
Ptnml(0-2): 237, 1540, 2956, 1632, 260

LTC:
https://tests.stockfishchess.org/tests/view/5e2fff38ab2d69d58394fd55
LLR: 2.95 (-2.94,2.94) {0.00,2.00}
Total: 15797 W: 2137 L: 1960 D: 11700
Ptnml(0-2): 96, 1443, 4628, 1547, 130

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

bench: 5545845
2020-01-28 16:28:56 +01:00
..
syzygy Assorted trivial cleanups January 2020 2020-01-09 21:57:21 +01:00
benchmark.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
bitbase.cpp Use a std::bitset for KPKBitbase 2020-01-23 18:20:11 +01:00
bitboard.cpp Rewrite initialization of PseudoMoves 2020-01-10 01:58:27 +01:00
bitboard.h Determine opposite colors mathematically 2020-01-23 17:59:03 +01:00
endgame.cpp Assorted trivial cleanups January 2020 2020-01-09 21:57:21 +01:00
endgame.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
evaluate.cpp Dynamic Complexity based on psqt 2020-01-27 18:14:10 +01:00
evaluate.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
main.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
Makefile Assorted trivial cleanups 2019-10-26 00:29:12 +02:00
material.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
material.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
misc.cpp Advise the kernel to use huge pages (Linux) 2020-01-27 11:16:10 +01:00
misc.h Advise the kernel to use huge pages (Linux) 2020-01-27 11:16:10 +01:00
movegen.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
movegen.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
movepick.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
movepick.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
pawns.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
pawns.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
position.cpp Simplify signature of remove_piece() 2020-01-23 17:31:45 +01:00
position.h Simplify signature of remove_piece() 2020-01-23 17:31:45 +01:00
psqt.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
search.cpp More bonus for bestMoves on past PV nodes 2020-01-28 16:28:56 +01:00
search.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
thread.cpp Smarter time management near stop limit 2020-01-12 22:37:24 +01:00
thread.h Smarter time management near stop limit 2020-01-12 22:37:24 +01:00
thread_win32_osx.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
tt.cpp Advise the kernel to use huge pages (Linux) 2020-01-27 11:16:10 +01:00
tt.h Advise the kernel to use huge pages (Linux) 2020-01-27 11:16:10 +01:00
types.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
uci.cpp Show compiler info at startup 2020-01-12 11:54:15 +01:00
uci.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
ucioption.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00