I coded a version of the adaptive lasso that does model selection for arch(q) (hopefully garch(q,p) soon) processes. It optimizes over a grid of 4 parameter. right now it works with:
LamdaT <- seq(.5,1.7,by=.2)
gamma0 <- 2#seq(.25,1.75,by=.25)
gamma1 <- seq(.25,1.75,by=.25)
gamma2 <- seq(.25,1.75,by=.25)
is there a way to narrow down the range or the stepsize so that the runtime decreases? Or is trail and error the best i can do?
glmnetpackage inR. If so, your recommendations could backfire by causing more programming effort to achieve a longer computation time! – whuber Mar 29 '23 at 17:45