Minimax算法 [英] Minimax algorithm

查看:70
本文介绍了Minimax算法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

关于Minimax算法,我有一个简单的问题:例如井字游戏,如何确定每个玩家玩的效用函数?它不会自动执行,是吗?我必须对游戏中的值进行硬编码,它无法单独学习它们,对吗?

I have a simple question regarding the Minimax algorithm: for example for the tic-tac-toe game, how do I determine the utility function's for each player plays? It doesn't do that automatically, does it? I must hard-code the values in the game, it can't learn them by itself, does it?

推荐答案

否,MiniMax无法学习.它是蛮力树搜索的更智能版本.

No, a MiniMax does not learn. It is a smarter version of a brute-force tree search.

这篇关于Minimax算法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆