I am interested in comparing the computational cost of grid search vs. random search algorithm for hyperparameter tuning.
Is random search computationally less expensive then grid search? Is there an article/paper that talks about this topic?
Thank you,