facebookresearch / nevergrad

A Python toolbox for performing gradient-free optimization
https://facebookresearch.github.io/nevergrad/
MIT License
3.95k stars 353 forks source link

Simplify Instrumented function #321

Closed jrapin closed 4 years ago

jrapin commented 4 years ago

instrumented function is basically just a function with an instrumentation for the benchmark... (+ some features?) The current version has become a bit more difficult to manage with the postponing delay and the multiobjective function. Can we simplify it? Related: #320

jrapin commented 4 years ago

Solved by #421