Created
November 5, 2019 11:04
-
-
Save larsbratholm/7e1ece6329c3eee2199e932d3c252d53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in range(100000): | |
# get 6 random angles | |
ang1, ang2, ang3, ang4, ang5, ang6 = np.random.randint(0,360,size=6) | |
# set angles here | |
# write gaussian constrained optimization (PM6) where all the angles are part of the filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment