numbbo / coco

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

UserWarning when restarts are in different trials #2279

Closed nikohansen closed 1 month ago

nikohansen commented 2 months ago

When experimenting according to https://github.com/numbbo/coco/issues/2208 with additional trials instead of within-trial restarts, I get this warning in the postprocessing.

python3.12/site-packages/cocopp/pproc.py:974): UserWarning: There is a difference between the maxevals in the *.info file and in the data files.

This looks like an inconsistency when reading in data, maybe due to the repetition of instances?

nikohansen commented 1 month ago

See #2282.