% When using this in the fastOLG setting, you must input d_gridvals and aprime_gridvals in place of d_grid and a_grid
% If using vfoptions.gridinterplayer=1, it should be aprime_gridvals for the fine grid, not the rough grid
l_aprime=size(a_grid,2);% it is aprime_gridvals, not actually a_grid
It appears that
PolicyInd2Val_FHorz_TPathis not properly compensating forvfoptions.experienceassetin the fastOLG=1 case. It does compensate in the fastOLG=0 case. Check lines 88-91: