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
public string GetBestMove(Board board, int depth = 3, Move prvmove = Move.NullMove)
I want the previous move made for each depth , but its giving the following error
Default parameter value for prvmove must be a compile time constant?