Hyperparameter optimization via grid search returns a value of a chosen metric for each set of hyperparameters in the grid.
Would it make sense to fit the values of the metric (target variable) using as predictors the hyperparameters?
After fit, one could use the regression to estimate the metric for values of the hyperparameters that are not in the the grid search.