Skip to content

Instantly share code, notes, and snippets.

@larsbratholm
Created November 5, 2019 11:04
Show Gist options
  • Save larsbratholm/7e1ece6329c3eee2199e932d3c252d53 to your computer and use it in GitHub Desktop.
Save larsbratholm/7e1ece6329c3eee2199e932d3c252d53 to your computer and use it in GitHub Desktop.
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