Viewing a single comment thread. View all comments

Skirlaxx t1_j4b3du6 wrote

I meant the minimax algorithm. Like the one for tic tac toe.

3

Skirlaxx t1_j4b3jou wrote

That just looks in the game tree and finds the highest score. What does that have to do with machine learning?

1

idontcareaboutthenam t1_j4bwkn3 wrote

It's not machine learning, it's and example of classic AI. One of the first search algorithms for game trees. Even modern systems for chess such as Stockfish follow the same idea. They work on advanced versions of the alpha-beta algorithm which an advanced version of the minimax algorithm.

1

Skirlaxx t1_j4c8dta wrote

I know how it works! That was my whole argument. But thanks though 🤣

1