snajmark commited on
Commit
15319f1
·
1 Parent(s): 1661c3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -400,7 +400,7 @@ def predict_inverse(antimicrobial_activity_target, substrate, microorganism, num
400
  acquisition_type ='LCB', # LCB acquisition
401
  acquisition_weight = 0.1) # Exploration exploitation
402
  # it may take a few seconds
403
- opt.run_optimization(max_iter=3)
404
  opt.plot_convergence()
405
 
406
  opt = GPyOpt.methods.BayesianOptimization(f = fit_outputs, # function to optimize
 
400
  acquisition_type ='LCB', # LCB acquisition
401
  acquisition_weight = 0.1) # Exploration exploitation
402
  # it may take a few seconds
403
+ opt.run_optimization(max_iter=10)
404
  opt.plot_convergence()
405
 
406
  opt = GPyOpt.methods.BayesianOptimization(f = fit_outputs, # function to optimize