GPyOpt – how to specify “maxiter” for OptLbfgs while using “suggest_next_locations”?
I have a following code using GPyOpt’s “suggest_next_locations” to perform Bayesian optimization for one cycle. I would like to use an increased “maxiter” for OptLbfgs, as the default value does not seem to be sufficient for my problem. How can I change “maxiter”?