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
We have a minimax algorithm and a scoring function evaluateBoard() int64. We could integrate Machine Learning to this evaluateBoard() function to make the AI actually adaptive and train a model.
We have a minimax algorithm and a scoring function
evaluateBoard() int64. We could integrate Machine Learning to thisevaluateBoard()function to make the AI actually adaptive and train a model.