Companion predictor for train_gp_surrogate_tuned(). It reapplies the
per-axis pre-scaling the tuner stored (so an anisotropic surrogate predicts on
the same geometry it was fitted on) and adds the centred response mean back,
returning predictions on the original response scale.
Arguments
- gp
A surrogate from
train_gp_surrogate_tuned().- X_new
Numeric matrix of inputs to predict at.
Value
The list predict_gp_surrogate() returns (mean, variance,
uncertainty), with mean on the original response scale.