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
Some background:
The ActionProcessor is created and called whenever the chess game (AchessGame) attempts to analyze (evaluate) a given chess action or
when the chess state is created.
The Chess State is only created once.
The AchessGame object evaluates a chess action during the search process.
Which at present is not used.
The Chess State objects need a method for creating actions for a given player.
The text was updated successfully, but these errors were encountered: