You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reviewing the code written before and noticed that currently the UI sends a clear hash command to in browser fairy-stockfish after every move. Does this reduce engine strength? If yes, I'll create a pull request to fix this.
This does not affect binary engines.
The text was updated successfully, but these errors were encountered:
Yes, it does. Clearing hash should happen when hash entries become irrelevant, e.g., when changing the variant or setting up a completely new position, but after merely making a move hash will still be highly relevant and beneficial.
I am reviewing the code written before and noticed that currently the UI sends a clear hash command to in browser fairy-stockfish after every move. Does this reduce engine strength? If yes, I'll create a pull request to fix this.
This does not affect binary engines.
The text was updated successfully, but these errors were encountered: