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
Change checking if game is over in monte carlo engine to using is_winning_move instead of is_won or is_over in order to increase speed of such checks. #68