-
Given the situation:
- Black-box objective function
- Algebraic constraints (linear, nonlinear, convex, nonconvex, continuous, mixed-integer, etc.)
Instead of [attempting](https://github.com/face…
-
In the example at https://github.com/microprediction/humpday/blob/main/black_box_optimization_package_recommender.ipynb there is `n_dim=4`. However the defined function `my_objective` has only dimens…
-
In ParEGO, EvolALG.m, Expected improvement is computed by:
`EI(i) = -(Gbest-y)*normcdf((Gbest-y/s))-s*normpdf((Gbest-y)/s);`
The parameter for normcdf() should be '(Gbest-y)/s', which is consist…
-
PyPy uses a JIT, so the initial run of a function may be misleading: after some number of runs the JIT kicks in, and then it will run much faster. CPython is working on a JIT too, so this may be relev…
-
### Code
The expression
```rust
if some_boolean { 1 } else { 0 }
```
is usually optimized to a single machine instruction, without branching. But when passing the result by value to some non-tr…
-
Hello @pascalnotin,
Excellent paper and repository; however, I noticed that this repository only contains code on the junction tree VAE (JTVAE).
Is there reproducible code for the more straigh…
-
Right now, we have a challenge API, but it does not allow to use black-box operations on it.
For example, if I generate the challenge, I can produce a primitive expression, using Expression::Challe…
-
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
-
### Background & Motivation
Some context:
* https://github.com/ziglang/zig/pull/21056
* https://github.com/ziglang/zig/issues/72
* https://github.com/ziglang/zig/issues/21193
As can be seen…
-
On discord, the user kangalioo (unsure of github name) shared a custom version of the `black_box` (https://github.com/rust-lang/rust/issues/64102) function they're using to improve the asm output of b…