You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the random search data with a relatively large budget (2x10^5 times dimension (f+g) evals)
Reference and Description of the Algorithm
This data was generated from the example_experiment2.py script in the cocoex module using cocoex.solvers.random_search.
The batch implementation of random search has been recently modified to be compliant with the performance assessment in the constrained case in this commit.
The previous implementation was querying first the objective for all sampled points in the batch, then all constaints, which caused trouble in the target triggering and undesirable plateaux in the ECDFs
Thanks, @paulduf, for the data submission. I could download the data from the provided link and will take care that it appears in the official data archive.
I will leave this issue still here until the webpage shows up and until we can therefore access the data set directly in the postprocessing module (right now, the outdated archive definition file is loaded - as long as the webpage is not updated).
Hello COCO developer!
Here is the random search data with a relatively large budget (2x10^5 times dimension (f+g) evals)
Reference and Description of the Algorithm
This data was generated from the
example_experiment2.py
script in thecocoex
module usingcocoex.solvers.random_search
.The batch implementation of random search has been recently modified to be compliant with the performance assessment in the constrained case in this commit.
The previous implementation was querying first the objective for all sampled points in the batch, then all constaints, which caused trouble in the target triggering and undesirable plateaux in the ECDFs
Link to Data
The zipped file on google drive is roughly 40MB
https://drive.google.com/file/d/1RR7ywjaZUUAecKyNq5AKxmUdYeFrpc3b/view?usp=sharing
Optional: Source Code of Experiment
The source code is in the
cocoex
module.The text was updated successfully, but these errors were encountered: