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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: