mlr-org / mlr3tuning

Hyperparameter optimization package of the mlr3 ecosystem
https://mlr3tuning.mlr-org.com/
GNU Lesser General Public License v3.0
53 stars 5 forks source link

TuningInstance Docs #243

Closed pfistfl closed 4 years ago

pfistfl commented 4 years ago

TuningInstance should mention that it inherits additional fields and methods from OptimInstance.

be-marc commented 4 years ago

We have a similar issue in mlr3learners https://github.com/mlr-org/mlr3learners/issues/73. Methods from super classes are automatically listed by roxygen2 but fields are not. Maybe we just wait until roxygen2 adds support for fields https://github.com/r-lib/roxygen2/issues/1025. Close?

be-marc commented 4 years ago

We decided to wait for roxygen2.