]> git.sesse.net Git - stockfish/commit
Combination of two ideas:
authorVoyagerOne <excelgeek@gmail.com>
Mon, 12 Oct 2015 21:00:54 +0000 (14:00 -0700)
committerGary Linscott <glinscott@gmail.com>
Mon, 12 Oct 2015 21:00:54 +0000 (14:00 -0700)
commit8fd34d7763072fc3ec7216729c1f7b7354bfa470
treeaeb61d666f51fac92cabc66c67bf690fac51d006
parent55b46ffa909cf3873e4ac7129e324ed3eb1d0124
Combination of two ideas:

Apply bonus for the prior CMH that caused a fail low.

Balance Stats: CMH and History bonuses are updated differently.
This eliminates the "fudge" factor weight when scoring moves. Also
eliminated discontinuity in the gravity history stat formula. (i.e. stat
scores will no longer inverse when depth exceeds 22)

STC:
LLR: 2.96 (-2.94,2.94) [0.00,5.00]
Total: 21802 W: 4107 L: 3887 D: 13808

LTC:
LLR: 2.96 (-2.94,2.94) [0.00,5.00]
Total: 46036 W: 7046 L: 6756 D: 32234

Bench: 7677367
src/movepick.cpp
src/movepick.h
src/search.cpp