selregparam does not return correct alphas
luisfabib opened this issue · 1 comments
luisfabib commented
In selregparam
when requesting the vector of evaluated alphas via the default
[alphaopt,fcn,alphas] = selregparam(V,K,r,'tikh','aic','Search','golden')
the length of fcn
and alphas
does not match.
This does not happen in the 'grid'
search method:
[alphaopt,fcn,alphas] = selregparam(V,K,r,'tikh','aic','Search','grid')