Skip to content

Commit

Permalink
neurodesign not GA
Browse files Browse the repository at this point in the history
  • Loading branch information
jokedurnez committed Feb 13, 2018
1 parent 6118a4b commit 1f0cdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuropower/apps/designtoolbox/utils/prepare_GA.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_neurodesign_string(sid):
" optimisation = '%s', \n " %('GA' if desdata.Optimisation == 1 else 'simulation') + \
" seed = seed \n " + \
") \n \n" + \
"POP.naturalselection() \n" + \
"POP.optimise() \n" + \
"POP.download()"

return neurodesign_string
Expand Down

0 comments on commit 1f0cdaf

Please sign in to comment.