huawei-noah / HEBO

Bayesian optimisation & Reinforcement Learning library developped by Huawei Noah's Ark Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"High-dimensional optimisation via random linear embedding" example running error

Shaofei-Li opened this issue · comments

commented

Hi!When I run this example, I got the following error
image

I noticed that when I set clip true ,the example run successfully,but When clip is the default value of False, the return value MACE_Embedding is not a kind of class MACE ,which lead to above error.
image