Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Bug running gpyopt.py on example config files #165

Open
nweir127 opened this issue Feb 19, 2018 · 1 comment
Open

Bug running gpyopt.py on example config files #165

nweir127 opened this issue Feb 19, 2018 · 1 comment

Comments

@nweir127
Copy link

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'
@derlin
Copy link

derlin commented Sep 26, 2018

Same here. Any update on this issue ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants