Keeping on keeping on
This commit is contained in:
@@ -51,11 +51,13 @@ sorted_missions2 = sort(missions, by=cost_2)
|
||||
println(get_id.(sorted_missions1[1:10]))
|
||||
println(get_id.(sorted_missions2[1:10]))
|
||||
|
||||
display_mission = improve(sorted_missions2[1], n=5)
|
||||
display_mission = improve(sorted_missions2[1], n=7)
|
||||
# display(plot(display_mission,
|
||||
# title="Sample Algorithm Result Mission",
|
||||
# mode="light",
|
||||
# planet_colors=false,
|
||||
# phase_colors=["#F00","#0F0","#00F"],
|
||||
# phase_colors=["#F00","#F0F","#6AF"],
|
||||
# markers=false));
|
||||
store(display_mission, "/home/connor/projects/thesis/archive/best/long_mission")
|
||||
display(plot_thrust(display_mission, title="Thrust Magnitude vs Time", mode="light"))
|
||||
display(plot_thrust_components(display_mission, title="Thrust Components vs Time", mode="light"))
|
||||
# store(display_mission, "/home/connor/projects/thesis/archive/best/long_mission")
|
||||
|
||||
Reference in New Issue
Block a user