For the lasso (linear regression with L1 regularization) with a fixed value of λ, it is necessary to use cross–validation to select the best optimization algorithm.
I know for a fact that we can use cross validation to find optimal value of λ, but is it neccesary to use cross validation in case λ is fixed?
Any thoughts please?