禁忌搜索示例

发布于 2024-11-15 13:32:51 字数 312 浏览 5 评论 0原文

您知道一个好的且最重要的详细禁忌搜索示例吗?

事情并不难,因为我正在理解这个很酷的算法。

我找到了这个教程这是 SAT问题,但是不是很详细

Do you know a good and most important detailed Tabu search example.

Something not to hard, as I am in the way to understand this cool algorithm.

I have found this tutorial and this with a SAT problem, but it is not very detailed

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

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

发布评论

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

评论(3

狼性发作 2024-11-22 13:32:51

我几年前从维基百科上学到了它,但是这本书是好多了。有关代码示例,请查看 OptaPlanner源代码

I learned it from Wikipedia years ago, but this book is much better. For code examples, take a look at OptaPlanner's source code.

_蜘蛛 2024-11-22 13:32:51

我写了一个 博客 关于禁忌搜索以及如何使用它来解决 TSP,
与java实现一起。我希望它有帮助。

I wrote a blog about tabu search and how it's used to solve the TSP,
along with the java implementation. I hope it's of help.

平安喜乐 2024-11-22 13:32:51

Jason Brownlee 博士的聪明算法描述了禁忌搜索,还包括示例 Ruby 代码。

Clever Algorithms by Jason Brownlee PhD describes Tabu Search and also includes sample Ruby code.

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