Sometimes the computer lines are just variations on the same theme. It's a good idea to be able to quickly identify the same moves in multiple PVs in the computer evaluation window.
Naive implementation is to give each common move a style. Perhaps doing a string diff between lines would be a better idea/
Sometimes the computer lines are just variations on the same theme. It's a good idea to be able to quickly identify the same moves in multiple PVs in the computer evaluation window.
Naive implementation is to give each common move a style. Perhaps doing a string diff between lines would be a better idea/