Monotonic Basin Hopping is started

This commit is contained in:
Connor
2021-08-25 23:41:44 -06:00
parent db883187a1
commit 850f05ce38
7 changed files with 107 additions and 13 deletions

View File

@@ -9,3 +9,8 @@ unit-test-job:
- apt-get install -y unzip
- mkdir julia/plots
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'
artifacts:
paths:
- plots/plot_test.html
- plots/find_closest_test.html
expire_in: 1 week