snajmark commited on
Commit
4128d83
·
1 Parent(s): 6457dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -397,7 +397,7 @@ def predict_inverse(antimicrobial_activity_target, request: gr.Request):
397
  acquisition_type ='LCB', # LCB acquisition
398
  acquisition_weight = 0.1) # Exploration exploitation
399
  # it may take a few seconds
400
- opt.run_optimization(max_iter=100)
401
  opt.plot_convergence()
402
 
403
  opt = GPyOpt.methods.BayesianOptimization(f = fit_outputs, # function to optimize
 
397
  acquisition_type ='LCB', # LCB acquisition
398
  acquisition_weight = 0.1) # Exploration exploitation
399
  # it may take a few seconds
400
+ opt.run_optimization(max_iter=10)
401
  opt.plot_convergence()
402
 
403
  opt = GPyOpt.methods.BayesianOptimization(f = fit_outputs, # function to optimize