Skip to content

Commit

Permalink
Updated web interface with a display of best parameters, readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperSnoek committed Oct 2, 2013
1 parent f53dd29 commit 6f84eeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spearmint/spearmint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ def start_web_view(options, experiment_config, chooser):
app.set_experiment_config(experiment_config)
app.set_chooser(chooser)
debug = (options.verbose == True)
debug = False
start_web_app = lambda: app.run(debug=debug, host='0.0.0.0', port=port)
start_web_app = lambda: app.run(debug=debug, port=port)
proc = multiprocessing.Process(target=start_web_app)
proc.start()

Expand Down

0 comments on commit 6f84eeb

Please sign in to comment.