Classroom Demonstration
:material-circle-edit-outline: 约 84 个字
An overview of the game and its purpose.
An explanation of the algorithm being used and its role in the game.
Min-Max Search
号称“机器智能博弈的基石”的Min-Max搜索算法为AI模块提供的搜索算法之一。
实质上是一种深度优先搜索算法的变种。