Parametric Power-Law LCE Learner
Source:R/LearnerLCEParametricPowerLaw.R
mlr_learners_lce.parametric_power_law.RdFits a three-parameter power-law learning curve $$f(b) = c + a\,b^{-k}$$ to the per-batch surrogate performance. Compared to LearnerLCEParametricExponential the power-law family decays more slowly, matching the heavier-tailed convergence often seen in sample-complexity bounds.
The curve is fit on the task's lce_link scale and standard errors and
quantiles are computed exactly as for LearnerLCEParametricExponential
(link-scale epistemic se_epistemic plus total predictive se).
Training batches with batch_nr <= 0 are not supported because \(b^{-k}\)
is then undefined; such tasks raise an error.
Creates a new instance of this learner.