numbbo / coco

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

Compatibility checks between logger/observer and problems #131

Closed brockho closed 8 years ago

brockho commented 8 years ago

Do we want (or even can have) a general prescribed way for conducting consistency checks between the logging/observer facilities and the problems that are compatible with these modules? For example, a multiobjective logger which is wrapped around a single-objective problem might not result in correct code and such combinations should be prevented/checked by the code.

ttusar commented 8 years ago

I have added such a check to the initialization function of the biobjective and toy loggers.

ttusar commented 8 years ago

@oaelhara did this for the bbob logger, so the issue can be closed.