-
Hi there! Thanks for making this – it is incredibly impressive.
Some of the optimisers present natively support bounds (e.g. `humpday/optimizers/freelunchcube.py` contains on line 22 `bounds = np.…
-
I was just looking at recent articles on the homepage (https://joss.theoj.org/) and saw that [`PyXAB - A Python Library for $\mathcal{X}$-Armed Bandit and Online Blackbox Optimization Algorithms`](ht…
-
How can I pass any additional variables to the blackbox function other than those that will change?
For example, I need to optimize the function f(x) = abs(original_length - current_length)
The vari…
-
I am going to use SMAC3 to tune a CDCL SAT solver's parameters to minimize the total runtime on a set of instances (CNFs). I suppose that the Algorithm Configuration facade is the right choice. The pr…
-
What is a good stopping criteria for blackbox optimization?
-
@jarroyoe @jjjphysics
Explore the blackbox methods (HMM, ML, Heuristic optimization)
-
Currently optimization process is a fully-automatic blackbox. I mean, you call fmin.bayes_optimization with appropriate arguments, wait for some time and get the answers together with various running …
-
### Package Name/Version
cmaes/0.10.0
### Webpage
https://github.com/CMA-ES/libcmaes
### Source code
https://github.com/CMA-ES/libcmaes
### Description of the library/tool
From the Readme:
l…
-
The code in the tutorial for black box function optimization doesn't work ( https://automl.github.io/RoBO/tutorials.html#blackbox-function-optimization-with-robo ).
Additionally test_fmin/test_fmin_i…
ghost updated
7 years ago
-
I've read the example of blackbox optimization, there's an objective function in the example.
def objF(x): return sum(x**2)
And my question is:
Is it possible to pass more arguments to the objectiv…