Permalink
Browse files
Fix number_of_controllers definition
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
mloop/controllers.py
|
|
@@ -12,7 +12,7 @@ |
|
|
import os
|
|
|
|
|
|
controller_dict = {'random':1,'nelder_mead':2,'gaussian_process':3,'differential_evolution':4,'neural_net':5}
|
|
|
-number_of_controllers = 4
|
|
|
+number_of_controllers = len(controller_dict)
|
|
|
default_controller_archive_filename = 'controller_archive'
|
|
|
default_controller_archive_file_type = 'txt'
|
|
|
|
|
|
|
0 comments on commit
d7b1fca