NLP seems to be doing pretty well

This commit is contained in:
Connor
2021-10-10 20:53:14 -06:00
parent f83d73449f
commit b29afbce04
13 changed files with 524 additions and 198 deletions

View File

@@ -12,8 +12,13 @@ unit-test-job:
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'
artifacts:
paths:
- julia/plots/plot_test_earth.html
- julia/plots/plot_test_sun.html
- julia/plots/nlp_test_earth.html
- julia/plots/nlp_test_sun.html
- julia/plots/nlp_test_1_phase.html
- julia/plots/nlp_test_2_phase.html
- julia/plots/plot_test_mission.html
- julia/plots/plot_test_mission_guess.html
- julia/plots/plot_test_path.html
- julia/plots/plot_test_paths.html
- julia/plots/plot_test_planet_move.html
- julia/plots/plot_test_planet_no_move.html
- julia/plots/plot_test_planet_solar_system.html
expire_in: 10 weeks