You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Hi, gpyopt.py crashes immediately after cloning and testing on both brainin and camel examples.
python gpyopt.py examples/branin/config.json
Traceback (most recent call last):
File "gpyopt.py", line 20, in <module>
bo = driver.run()
File "GPyOpt/GPyOpt/interface/driver.py", line 106, in run
obj_func = self._get_obj(space)
File "GPyOpt/GPyOpt/interface/driver.py", line 32, in _get_obj
return SingleObjective(obj_func, self.config['resources']['cores'], space=space, unfold_args=True)
TypeError: __init__() got an unexpected keyword argument 'unfold_args'
The text was updated successfully, but these errors were encountered:
Hi, gpyopt.py crashes immediately after cloning and testing on both brainin and camel examples.
The text was updated successfully, but these errors were encountered: