Hacker News new | ask | show | jobs
by ShardPhoenix 4405 days ago
>Stockfish might be able to tell you what it was doing, but not in a way that it would be reasonable for a human to follow.

Looking at the code posted, if the sub-scores were stored in an array and only added at the end, it would be possible to compare the positions after two moves by sub-score and find the biggest differences between subscores. Then you could say that position A is better than position B because it avoid doubled pawns, or has better bishops, etc.