mlr-org / bbotk

Black-box optimization framework for R.
https://bbotk.mlr-org.com
GNU Lesser General Public License v3.0
20 stars 9 forks source link

Keep OptimInstanceSingleCrit etc #231

Closed mb706 closed 3 months ago

mb706 commented 4 months ago

I would suggest keeping OptimInstanceSingleCrit etc. as an alias for OptimInstanceBatchSingleCrit for now, and possibly give a message or warning that the old names are deprecated. Otherwise you introduce a lot of breakage in upstream packages.

be-marc commented 4 months ago

Yes we can keep the old instances for now. I added a deprecated message. This will not work for the Optimizer classes but but I think new optimizers are less implemented in the downstream packages.

be-marc commented 4 months ago

232

be-marc commented 3 months ago

Done for instances.