numbbo / coco

Numerical Black-Box Optimization Benchmarking Framework
https://numbbo.github.io/coco
Other
261 stars 86 forks source link

cocopp without www access #2312

Closed nikohansen closed 3 months ago

nikohansen commented 3 months ago

When giving an algorithm that was not downloaded yet, cocopp.archiving tries to update the definition file first and bails with very little indication as to what went wrong.

Desired behavior: warning or error displaying the offending algorithm name.

nikohansen commented 3 months ago

I do get a warning UserWarning: COCODataArchive failed to locate "..., so it looks kinda fine to me. I nevertheless added a more explicit message.