Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
155 stars 17 forks source link

Score of instamove #399

Closed Matthies closed 1 year ago

Matthies commented 1 year ago

... doesn't work as expected anymore. Visible here https://tcec-chess.com/#div=l1&game=17&season=24 in move 29. Bug was introduced with reordering the positions member to reduce copy of root position to threads position object. Best fix is probably to completely remove it from the position object and test for main thread.