Repo for (trying to) solve the GTOC12 problem in Julia
- ESA PyKEP
- shooting methods reference
- Low-Thrust Trajectory Optimization for the Solar System Pony Express
- Multi-Gravity Assist Low-Thrust Trajectory Optimization
- Modified Equinoctial Elements
- Fortran Astrodynamics Toolkit, Modified Equinoctial Module
- Degenerate Conic | Modified Equinoctial Elements
- A Set of Modified Equinoctial Elements, Walker, 1985
- On the Equinoctial Orbit Elements, Broucke, 1972
- Plotting
- Show some trajectory in the Sun-centered J2000 frame
- Execute feasible solution
- Dynamics models
- Ephemeris
- Good ol Kepler
- Spacecraft
- Sun gravity
- Flybys
- Minimum Perilune constraint
- Launch vehicle
- Actuator model
- Asteroid
- Closed-form Keplerian orbit
- Test Keplerian time/mean anomaly conversion
- Evaluate Objective Function
- Use the two above to recreate the winning solution
- Dynamics models
- Converge trajectory to an asteroid with shooting methods
- Add local optimizer to converged method
- Wrap shooting+local optimizer in global hyperparameter optimizer
- Start doing tree searches for global optima