Skip to content

Commit

Permalink
Reset TT clearn on Engine.ResetEngine()
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Nov 22, 2024
1 parent 9f69018 commit 16fd0c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Lynx/Engine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ private void WarmupEngine()

private void ResetEngine()
{
_tt.Clear();

// Clear histories
for (int i = 0; i < 12; ++i)
{
Expand Down

0 comments on commit 16fd0c0

Please sign in to comment.