CMDR: Markzx59
Forum Name: racer1
Class: Open Unlimited
Ship type: Cobra mkIII
Ship Name: FiftyNine
My first race, in space![]()
Welcome to the races, CMDR.
CMDR: Markzx59
Forum Name: racer1
Class: Open Unlimited
Ship type: Cobra mkIII
Ship Name: FiftyNine
My first race, in space![]()
Cool.Calculating jump-by-jump, but alas there was a bug in my program (as there are with all programs that run overnight) which meant I had to kick it off again this morning (although now with new-improved optimizations that crept into my head while I slept). Currently just over a 3rd of the way through.
And errr ... I'm not planning on sharing the results of my program (yet). Now, before you all hate me let me explain. Some races dictate the route, others leave the planning as part of the challenge. This is the race planner's prerogative so, in this case where route planning is all part of the fun ... who am I to spoil that element of the race by simply giving the game away.![]()
Alec & Jigster:
Interesting to see what you calculations come up with.
Are you calculating the routes jump-by-jump or just straight lines from target system to target system? (that 13! reminds me of TSP and suggests the latter)
I'm calculating straight line distances
Is this run less than 12 parsecs?![]()
My ship can make the Kessel Run in less than 12 kilometers![]()
LYs or coordinate units? Or are they the same?So my original brute-force algorithm is still going (running on a 5-year-old machine), and silly me, I'm printing every iteration so I can watch the progress, slowing it down. Right now the shortest route is 1638 LYs, but I'll be surprised if it's done running before the race starts in another 4 days.
In the meantime, I ran an algorithm with several pre-selected locations already assigned in the route and generated a route of 1604 LYs. I'll be very surprised if the raw brute force method can provide a significant improvement.
LYs or coordinate units? Or are they the same?
They're the same, but that distance is "as the crow flies" between our destinations, so in practice it'll be a longer journey than that. For purposes of comparing possible routes, it's good enough.
On a side note, it turns that out I was wrong about not finding a significant improvement. I reduced the number of pre-selected destinations, which will take a few hours to finish...but only 15 minutes in I've shaved off almost 100 LYs.
Whipped up a quick mockup in Maya and tallied up the distances for my best guess just eyeballing it. I got ~1535.94ly as the crow flies. How close am I?
Mine came out at 1536.6 and that's from a definitive run through of every single possible alternative.
Mine came out at 1536.6 and that's from a definitive run through of every single possible alternative. Now all I need is a starters flag and about an hour and a half's worth of cold beer and/or hot coffee (depending on time of run).