禁忌搜索示例
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我几年前从维基百科上学到了它,但是这本书是好多了。有关代码示例,请查看 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.
我写了一个 博客 关于禁忌搜索以及如何使用它来解决 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.
Jason Brownlee 博士的聪明算法描述了禁忌搜索,还包括示例 Ruby 代码。
Clever Algorithms by Jason Brownlee PhD describes Tabu Search and also includes sample Ruby code.