mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Fix bench number
Incorrect bench number in master. Fix it. bench: 4971497
This commit is contained in:
@@ -486,7 +486,7 @@ namespace {
|
||||
- 9 * mg_value(score) / 8
|
||||
+ 40;
|
||||
|
||||
// Transform the kingDanger units into a Score, and substract it from the evaluation.
|
||||
// Transform the kingDanger units into a Score, and substract it from the evaluation
|
||||
if (kingDanger > 0)
|
||||
{
|
||||
int mobilityDanger = mg_value(mobility[Them] - mobility[Us]);
|
||||
|
||||
Reference in New Issue
Block a user