combo icon indicating copy to clipboard operation
combo copied to clipboard

COMmon Bayesian Optimization

Results 9 combo issues
Sort by recently updated
recently updated
newest added

X = combo.misc.centering( X ) whenever I am trying to run the above line in spyder, it's showing one error as: 'AttributeError: module 'combo' has no attribute 'misc''. Can anyone...

I mean * type of a variable (float, int or categorical) * its distribution

Hello developers, I have a question about extraction of fmean and fcov after learning. fmean = policy.predictor.get_post_fmean(policy.training, policy.test) fcov = policy.predictor.get_post_fcov(policy.training, policy.test) The above scripts worked when num_rand_basis was not...

Hi developers of combo, Thanks for providing a great library. I want to use it for my projects. I have a question about multiple evaluations at each probe. For a...

This version of combo does not currently have the following cythonized files to run COMBO. in `combo/combo/gp/_src`: ``` enhance_gauss.so ``` in `combo/combo/misc/_src`: ``` cholupdate.so diagAB.so logsumexp.so traceAB.so ``` These files...

max_num_probes -> num_rounds num_search_each_probe -> num_probes

enhancement

Everything is installed, but the files in the run case are still not working. Has anyone solved the problem yet? File "/home/wjw/python-file/666.py", line 4, in import combo File "/home/wjw/anaconda3/envs/COMBO1/lib/python2.7/site-packages/combo/__init__.py", line...

I have already installed numpy >=1.10, scipy >= 0.16 and Cython >= 0.22.1. But still get the ModuleNotFoundError. Could anyone kindly tell me is there any dependency for the ‘gp’...