JeschkeLab/DeerLab-Matlab

selregparam does not return correct alphas

luisfabib opened this issue · 1 comments

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')

Issue closed with 2e4979e