Ensemble-Bayesian-Optimization
Ensemble-Bayesian-Optimization copied to clipboard
Code repository for Ensemble Bayesian Optimization
Results
3
Ensemble-Bayesian-Optimization issues
Sort by
recently updated
recently updated
newest added
Thank you for providing these interesting optimization examples. I adapted them for use with Python3 and added them as examples to my optimization library referencing this repo as original source:...
Line 323 in test_functions/rover\_utils.py: `traj.set_params(start, goal, p.flatten())` It seems to be modified as `traj.set_params(p.flatten(), start, goal)`