PKU-DAIR / open-box

Generalized and Efficient Blackbox Optimization System
https://open-box.readthedocs.io
Other
356 stars 52 forks source link

fix error in generic_advisor.py and update sampler.py #44

Closed yezoli closed 1 year ago

yezoli commented 1 year ago

fix error of ramianed branch when return_list is set in get_suggestion which may cause error in return type, change sobol sampler for api change in skopt and add HaltonSampler in supported sampler for init_strategy.

jhj0411jhj commented 1 year ago

Thanks for your contribution!