likeawizard / tofiks

UCI chess engine written in Go
GNU General Public License v3.0
19 stars 0 forks source link

Add tests to verify that evaluation is side agnostic #54

Closed likeawizard closed 1 year ago

likeawizard commented 1 year ago

Create functionality to flip the board position and compare that the evaluation is the same. This should have no impact on performance but would be a good sanity check that there are no bugs creating bias in the evaluation depending on the side.

likeawizard commented 1 year ago

Resolved with #59