-
Hi,
Thank you for contributing this great pipeline. I am however getting an error at the BayesianOptimization module that says:
Evaluation_ManualQuality is not measure for CytoplasmAdhesions. Any cl…
-
**Describe the bug**
My code works fine with RandomSearch but generates an error using kt.BayesianOptimization, so not sure about the source of the error. The code was working fine in previous vers…
-
**Describe the bug**
Internally, the target space sorts the keys of the `pbounds` dict before creating the target space bounds. This is presumably because python dicts were unordered before python 3.…
-
Yesterday release of `bayesian-optimization` module version `2.0.0` broke the bayesian module of PyMoDAQ because the `UtilityFunction` class was replaced by `AcquisitionFunction`.
https://github.co…
-
Correct me if I'm wrong, but (and I see this is a recurring issue) since the tuner seems to tune hyperparameters regardless of whether they're active or not, wouldn't this have an effect on the way Ba…
-
Hi KerasTuner team!
**Describe the bug**
I ran an experiment with `keras_tuner.BayesianOptimization` in which `executions_per_trial=3`. When I check the file `./oracle.json` I realize that the fie…
-
Hello, I am trying to clarify whether or not keras_tuner objects such as the BayesianOptimization tuner have the ability to take as input prior hyperparameter combinations (for example, from a gridwis…
-
Hi Yachen,
I used the Bayesian Optimization package for optimizing the hyperparameters in a Kaggle contest. I noticed that the same hyperparameters can be repeatedly sampled, which can be a waste on …
-
Hi,
I have just installed `nevergrad`, but am unable to import it.
This is on Linux.
## Steps to reproduce
1. `pip3 install nevergrad` -> installs without a problem
2. In a Jupyter Note…
-
This repo [https://github.com/fmfn/BayesianOptimization](url) is a good python implementation of BO, but unfortunately it only supports _Double_ type inputs without support for _Integer_、_Discrete_ an…