I'm trying to design an orbital rendezvous program for Kerbal Space Program. I'm focusing on when to launch my spacecraft so that I can end up in the general vicinity of the target. If I can control the ascent profile, the remaining dependent variables are the ship's twr and the target's altitude. I want to try a computer learning solution.
What is the best way to formulate the problem of learning the time to launch based on some twr?
How can I make an algorithm to compute the general equation of launch time to a altitude based on my ability to accelerate? What type of learning problem could this be classified as? What are some approaches to solve problems with known dependent variables?
This may be an obvious question, I kind of expect the answer is regression? But it seemed a general enough question to be sure about to get a solid foothold in computer learning with this type of problem, which seems to come up a lot.
What I'm asking is if I have the dependent variables, and experimental independent variables, what is the best way to learn the equation?
– Oblivion Mar 11 '18 at 22:29You launch 5 spacecraft into space. Each has different parameters. You can control the ascent profile generally. Each has a different time because there are different designs.
The question I'd like to ask a program is what is the equation that best matches the various launches?
– Oblivion Mar 19 '18 at 16:36