]> git.sesse.net Git - stockfish/commit
Simplify Capture Scoring
authorVoyagerOne <excelgeek@gmail.com>
Sun, 11 Dec 2022 17:36:13 +0000 (12:36 -0500)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 12 Dec 2022 07:20:48 +0000 (08:20 +0100)
commit7cf93f8b7101e5cf5df3f7921861f27b3beb9525
tree3427f451c50eeae295e6349f6d5d159c3d0fc571
parent5fe1fa0210e25cecc9de5520da56173ef94b8e59
Simplify Capture Scoring

The parameters are now in one place for easier tuning.
New formula is very similar to current.

STC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 48176 W: 12819 L: 12616 D: 22741
Ptnml(0-2): 139, 5316, 13001, 5467, 165

LTC:
LLR: 2.97 (-2.94,2.94) <-1.75,0.25>
Total: 176752 W: 47364 L: 47304 D: 82084
Ptnml(0-2): 83, 17302, 53536, 17382, 73
https://tests.stockfishchess.org/tests/view/638ec7d068532fcbf79dfa15

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

Bench: 3410998
src/movepick.cpp