Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
AI Games News

The Physical Travelling Salesman Challenge 59

mikejuk writes "You probably know that the traveling salesman problem is one of the classics of computer science theory. Now we have a new challenge — the Physical Travelling Salesman Problem and anyone can join in. All you have to do is visit each city once using an optimal route. The new element is that you now have to drive between the cities using a 'car' that has inertia and friction — see the video. You can submit an AI bot to solve the problem or drive the course yourself."
This discussion has been archived. No new comments can be posted.

The Physical Travelling Salesman Challenge

Comments Filter:
  • Uh, okay? (Score:5, Insightful)

    by TWX ( 665546 ) on Saturday April 21, 2012 @10:31AM (#39755741)
    I thought the point of the actual mathematical problem was to mathematically conclude the best possible path, with the understanding that it wouldn't be real-world achievable but that one would use that as a guideline to strive for.

    This little game they came up with removes the math portion of the experiment entirely, and while it adds the acceleration changes due to mass, one could have just introduced those acceleration changes into the original problem mathematically.

    I don't understand what the little game is actually for. It's not entertaining enough despite their attempts to compare it to Crazy Taxi and others, and without there being math involved in plotting the route I don't see how one practices the theory beyond a child's level.
  • by moosehooey ( 953907 ) on Saturday April 21, 2012 @10:33AM (#39755755)

    The traveling salesman problem is based on a table of distances between the city pairs. It doesn't matter to the problem HOW those distances are calculated, or even if they include other variables. So this can be trivially reduced to the classic version of the problem.

  • by Anonymous Coward on Saturday April 21, 2012 @10:38AM (#39755781)

    Well the difference could be the time taken for each leg could be different depending on what time/day it is. So it doesn't reduce to the classic version.

    I'm no mathematician but I think this makes the problem harder to solve not easier, and the classic problem is already considered "hard",,,

    In the real world you might be able to solve it for simple cases or "solve" it well enough. But that applies to the classic scenario and this scenario.

  • Re:Uh, okay? (Score:4, Insightful)

    by gnasher719 ( 869701 ) on Saturday April 21, 2012 @12:27PM (#39756467)

    I thought the point of the actual mathematical problem was to mathematically conclude the best possible path, with the understanding that it wouldn't be real-world achievable but that one would use that as a guideline to strive for.

    The point of the mathematical problem was being a mathematical problem. In real life, you would first not look at the distance, but at the cost (taking into account fuel, wear and tear, cost of the time spent, tolls etc. ). You would consider that the cost of going from A to B is often not the same as the cost going from B to A. You would consider that the cost will depend on the time of day. You will consider that there are other restrictions (be at X anytime before launch, be back at the base before 6pm). If a truck makes delivery, there might be advantages of getting rid of a heavy load early, so the cost would go down after visiting some point X.

    So the result of the mathematical problem will likely not be nearly as good as some rather simple heuristic with real life data.

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...