Closed swilli closed 10 years ago
Maybe, rather than the user this should be a property of the body, according to the level. E.g. Jupiter could be a randezvous body or a fly-by body according to the game level.
What kind of problem for JDE do we have to implement to make this feature available?
We just need to modify the existing problems so that they add to the objective function (in case randezvous is selected) one more DV, the randezvous DV. J = J + DV_rndv. This is defined as the arrival relative velocity.
Is this implemented in pagmo?
Of course!! In the mga_1dsm_tof.cpp in case m_add_vinf_arr is true that contribution is added. (https://github.com/esa/pagmo/blob/master/src/problem/mga_1dsm_tof.cpp line 195)
done
Implement a feature which lets the user select between a Flyby and a Rendez-Vous with an orbiting body.