Minimax algorithm | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

Minimax algorithm

Why is the minimax algorithm so popular in chess programs ?

19th Oct 2019, 5:12 AM
Sanjay Kamath
Sanjay Kamath - avatar
1 ответ
+ 3
It is one of the first and easiest algorithm computer used to explore and calculate the best next move available for this game. Several optimisations are possible to gain time and memory when running it.
19th Oct 2019, 8:52 AM
Loïc Mahé
Loïc Mahé - avatar