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

Optimizer-related extra-data #203

Closed mb706 closed 1 year ago

mb706 commented 1 year ago

Archive should have a field for data that a specific optimizer might need but that can not easily be written into more columns of the $data. An example would be multi-objective GAs, where it is useful to save the dominated hypervolume of a generation (whole batch of evaluations). This hypervolume does not belong to any specific individual and therefore does not make sense to have in the $data. I would need this for https://github.com/mlr-org/miesmuschel/issues/86.