hvoss-techfak commited on
Commit
454d547
·
1 Parent(s): cd8bafc

There is still a timelimit of 90 seconds so we do have to limit the number of iterations. Otherwise the process could abort before it is done.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def get_script_args_info(exclude_args=None):
151
  {
152
  "name": "--iterations",
153
  "type": "number",
154
- "default": 2000,
155
  "help": "Number of optimization iterations",
156
  },
157
  {
 
151
  {
152
  "name": "--iterations",
153
  "type": "number",
154
+ "default": 1000,
155
  "help": "Number of optimization iterations",
156
  },
157
  {