till-m
till-m
should be fixed with #212. I will close this issue, if the problem persists please let me know and I will reopen.
Hey @vishal-wadhwa, how did you observe this? Do you think the problem is that the exception of the worker is never properly raised? Do you have some simple code to...
I think that this is a different error, unrelated to this package. Either `start_iteration` or `num_boost_round` is a float/`np.float64` when it should be of type `int`. Can you please post...
@bwheelz36 how would such a test look like?
I have looked into it and finally got around to posting. In short, does not seem to be worth it. ## 2-dim space here's how I changed the relevant code...
@windowshopr could you install from my feature branch by running ``` pip install -U git+https://github.com/till-m/BayesianOptimization@colorama ``` and then let me know if the issue persists?
@cestpasphoto shameless plug, but in PR #447 you can find this under the name `KrigingBeliever` and the version proposed here under the name `ConstantLiar`. It's not merged currently, but you...
Hey @mrsmee4924, parallelizing BO is non-trivial as it's generally a sequential algorithm. Before looking into a specific technical implementation, we would need to figure out how to parallelize the suggestion...
Hey @lpuglia, after the requested changes are implemented this would principally be ready for merge.