Returns the average prediction variance of the surrogate over an evaluation grid. Measures overall model uncertainty.
Arguments
- archive
(bbotk::ArchiveBatch) The archive (may be used for normalization).
- surrogate
(mlr3mbo::Surrogate) The fitted surrogate model.
- grid
(
data.table) Points at which to evaluate variance. If NULL, generates a default grid from the search space.- search_space
(paradox::ParamSet) Used to generate grid if not provided.
- ...
Ignored.