AI - 启发式功能要求

发布于 2025-01-04 16:44:09 字数 166 浏览 2 评论 0原文

我有一个关于人工智能 (AI) 中的 Huristic 函数的问题。 我知道我们应该寻找单调且可接受的启发式函数。

我有两个问题:

  1. 为什么要求该函数可接受?

  2. 单调启发式函数有哪些优点?

谢谢你!

I have a question about Huristic function in Artificial Intelligence (AI).
I know that we should look for monotonic and admissible heuristic function.

I have two questions:

  1. Why is it required that the function will be admissible?

  2. What are the advantages of monotonic heuristic functions?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奈何桥上唱咆哮 2025-01-11 16:44:09

可接受的启发式是一种提供目标状态下限估计的启发式。

单调(也称为一致)启发式算法将允许您高效地实现最佳 A* 搜索。如果您只访问每个州一次,它就能保证最优性。

An admissible heuristic is one that provides a lower bound estimate to the goal state.

A monotonic (also known as consistent) heuristic will allow you to implement an optimal A* search efficiently. It guarantees optimality if you visit each state only once.

一身仙ぐ女味 2025-01-11 16:44:09

对于可受理性 - 它为您提供了最佳解决方案的下限。

For the admissibility - it gives you a lower bound for the optimal solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文