-
The domain reduction with the Suggest-Evaluate-Register Paradigm has no effect; the solutions are the same using or not using domain reduction. The effects can be seen with the ```maximize``` function…
-
I have a single threaded function which I want to optimise.
I'm trying to write a wrapper that would handle multiple runs at the same time, but I'm noticing considerable degradation in results as I i…
-
Hi, I recently run into issues where `suggest` does not work as expected in constrained optimization. Based on Gardner et. al., 2014, in constrained cases, `suggest` should return the `argmax` of acqu…
-
Hi everyone,
thanks for the great work on htm.core! I am doing some research on leveraging HTM for anomaly detection and I am wondering wether I should use htm.core or nupic. Is there any compariso…
-
Make an optional datastructure that can output the calculated correlations in adaptive localization.
-
Hello @ymattu ,
This is Tong maintaining XGBoost R-package. Recently we are planning to submit version 0.81.0.1 to CRAN.
However in the process CRAN alerts that our update breaks your test. The …
-
**Is your feature request related to a problem? Please describe.**
No `type hint` is written, resulting in a static analysis that differs from annotations.
ex: `xi` accepts `float`, but is inferre…
-
When I have to use some same points to optimize a black_box_function, I notice a strange phenomenon: When I use 5 or 4 of the same points, I obtain different next new point.
![image](https://github…
-
Hello,
I am running 11 dim constrained optimization problem, the bound is clear, and constraint function is unknown. I noticed that BayesianOptimization supports constraint function approximation. …
-
Hi guys, I followed the section 1, "Suggest-Evaluate-Register Paradigm", in "Advanced tour of the Bayesian Optimization package", which is https://github.com/fmfn/BayesianOptimization/blob/master/exa…