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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
If your black-box optimization code can be extracted and applied to a generic black-box function that can be applicable to a wide range of problems way beyond linear control. I'm just not sure if there is a strong reason for which applying your code to classical benchmarks ?
If your code is packaged in PyPi and there is an example of how to optimize lambda x: np.norm(x) with it, I can do the rest by myself.
The text was updated successfully, but these errors were encountered:
Your work is super interesting! Would it be possible to test it on standard benchmarks in black-box optimization ?
For example BBOB https://coco.gforge.inria.fr/
or LSGO (large-scale global optimization) ?
We have all of them including in our benchmark suite in Nevergrad (https://github.com/facebookresearch/nevergrad).
If your black-box optimization code can be extracted and applied to a generic black-box function that can be applicable to a wide range of problems way beyond linear control. I'm just not sure if there is a strong reason for which applying your code to classical benchmarks ?
If your code is packaged in PyPi and there is an example of how to optimize lambda x: np.norm(x) with it, I can do the rest by myself.
The text was updated successfully, but these errors were encountered: