Skip to content

Commit 1f0cdaf

Browse files
committed
neurodesign not GA
1 parent 6118a4b commit 1f0cdaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neuropower/apps/designtoolbox/utils/prepare_GA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def create_neurodesign_string(sid):
8686
" optimisation = '%s', \n " %('GA' if desdata.Optimisation == 1 else 'simulation') + \
8787
" seed = seed \n " + \
8888
") \n \n" + \
89-
"POP.naturalselection() \n" + \
89+
"POP.optimise() \n" + \
9090
"POP.download()"
9191

9292
return neurodesign_string

0 commit comments

Comments
 (0)