典型的教育约束处理实例

发布于 2024-10-17 11:32:03 字数 345 浏览 3 评论 0原文

我正在写一门课程,描述人工智能的几个主题。目前我正在研究“约束处理”部分。为了说明约束处理,我想举一个简单的例子。这个例子应该具有以下品质:

  • 我想画一个 OR 树,所以这个例子不能有那么多的变量和选项
  • 说明节点一致性、回溯、回跳、回标、弱松弛和弧一致性。 (这些例子应该说明这些方法是有意义的,并为约束处理增加一些价值)。
  • 易于理解和表示。 (不是两页长的约束数组)。

我浏览网页已经有一段时间了,但到目前为止所有的例子都不符合这些品质。 (我也尝试简化现有问题)。

有没有典型的例子来说明这些方法/技术?给出两个不同的示例并在这两个示例之间分配技术也不会成为问题。

I'm writing a course describing several topics of Artificial Intelligence. Currently I'm working on the "Constraint Processing" part. To illustrate constraint processing I would like to include a simple example. This examples should have the following qualities:

  • I want to draw an OR-tree so the example can't have that much variables and options
  • Illustrating node consistency, backtracking, backjumping, backmarking, weak relaxation and arc consistency. (The examples should illustrate that these methods make sense and add some value to constraint processing).
  • Easy to understand and represent. (Not a two page long array of constraints).

I have browsed the web for some time, but all examples by now don't meet these qualities. (I've also tried to simplify existing problems).

Are there any typical exampes to illustrate these methods/techniques? Giving two different examples and distribute the techniques between these two examples wouldn't be a problem too.

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

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

发布评论

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

评论(1

错々过的事 2024-10-24 11:32:03

旅行锦标赛问题可能符合您的一些要求。这是 NP 难题,没有太多变量和选项:

在此处输入图像描述

The Traveling Tournament Problem might fit some of your requirements. It's NP hard and doesn't have much variables and options:

enter image description here

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