HIPS / Spearmint

Spearmint Bayesian optimization codebase
Other
1.54k stars 328 forks source link

Exception: Input to paramify must be a 1-D array. #89

Closed sjackman closed 7 years ago

sjackman commented 7 years ago

Optimizing a single variable gives the error message

  File "/gsc/btl/linuxbrew/Cellar/python/2.7.12_3/lib/python2.7/site-packages/spearmint/tasks/base_task.py", line 271, in paramify
    raise Exception('Input to paramify must be a 1-D array.')
Exception: Input to paramify must be a 1-D array.
sjackman commented 7 years ago

@mgelbart I recall your having a fix for this bug, Mike. Could you please post the patch?

sjackman commented 7 years ago

This issue is a duplicate of #32 and resolved by #66.