bbo_challenge_starter_kit icon indicating copy to clipboard operation
bbo_challenge_starter_kit copied to clipboard

Starter kit for the black box optimization challenge at Neurips 2020

Results 3 bbo_challenge_starter_kit issues
Sort by recently updated
recently updated
newest added

In this git I found only test problems to check models of participants. Where can I find problem, which was used in competition? Thank you in advance for the answer.

Using python 3.8, ran `python3 -m pip install environment.txt` just before running On Arch linux: ``` em@toaster:~/projects/bbo_challenge_starter_kit|master ⇒ uname -r 5.7.12-arch1-1 ``` Full output log: ``` em@toaster:~/projects/bbo_challenge_starter_kit|master ⇒ ./run_local.sh example_submissions/random-search...

I am using your implementation of the class "TurboOptimizer", and I found that the function "restart" generates always the same numbers for X_init. Is that correct implementation or an error?