旅行商问题和测试集竞赛

发布于 2024-11-05 11:25:56 字数 207 浏览 0 评论 0原文

我想在 TSP 上尝试一些方法并需要一些测试集。

我知道有一些关于 TSP 的精确和近似解决方案的竞赛,我想在此类竞赛中使用的一些测试集上测试我的一些想法。

然而我没能找到任何好的竞争对手。

你知道有什么好的TSP吗 TSP 的竞赛和/或测试集?

我希望这是提问的正确地点。

I want to try some methods on the TSP and need some testsets.

I know there are certain competitions on exact and approximate solutions for the TSP, and I would like to test some ideas I have on some testsets used in such competitions.

However I was not able to find any good competition.

Do you know of any good TSP
competitions and/or testsets for the TSP?

I hope this is the right place to ask.

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

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

发布评论

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

评论(2

梦里梦着梦中梦 2024-11-12 11:25:56

就 TSP 测试数据而言,TSPLIB 几乎就是这样。

The TSPLIB is pretty much it as far as TSP test data is concerned.

少年亿悲伤 2024-11-12 11:25:56

我使用 tsp.gatech.edu 的测试数据集作为 我的实现

如果您寻找TSP,它是 Google 上最早的网站之一,它的大部分数据来自 TSPLIB.

更具体地说,我使用国家/地区数据集

I use the testdata sets of tsp.gatech.edu for my implementation.

It's one of the first sites on google if you look for TSP, tough much of it's data comes from TSPLIB.

More specifically, I use the country data sets.

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