aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
64 stars 7 forks source link

Make tuners interfaces identical #232

Closed YamLyubov closed 12 months ago

YamLyubov commented 1 year ago

Now some tuners have specific parameters (e.x. objectives_number in OptunaTuner). It would be more convenient for experiments if their interface will be more similar.

Also a messege if a tuner can not handle the specified number of objectives should be printed out.