Increase nCheck bonus
authorFabian Fichter <ianfab@users.noreply.github.com>
Fri, 9 Aug 2019 16:16:55 +0000 (18:16 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Fri, 9 Aug 2019 16:16:55 +0000 (18:16 +0200)
3check STC
LLR: 2.95 (-2.94,2.94) [0.00,10.00]
Total: 15730 W: 7481 L: 7160 D: 1089
http://35.161.250.236:6543/tests/view/5d3d689e6e23db34f4206cfe

3check LTC
LLR: 2.95 (-2.94,2.94) [0.00,10.00]
Total: 2991 W: 1436 L: 1299 D: 256
http://35.161.250.236:6543/tests/view/5d4af0f56e23db34f4206d60

src/evaluate.cpp

index 83a6e86..c6827b1 100644 (file)
@@ -903,7 +903,7 @@ namespace {
     {
         int remainingChecks = pos.max_check_count() - pos.checks_given(Us);
         assert(remainingChecks > 0);
-        score += make_score(3200, 1000) / (remainingChecks * remainingChecks);
+        score += make_score(3600, 1000) / (remainingChecks * remainingChecks);
     }
 
     // Extinction