The ynesterov_prev is not updata in SIRT,SART,OS-SART
zezisme opened this issue · comments
zez666 commented
Expected Behavior
I found that the variable ynesterov_prev has not been updated when iterating using nesterov method,Is this a mistake?
- MATLAB version:
Biguri commented
zez666 commented
Its here:
TIGRE/MATLAB/Algorithms/SIRT.m
Line 113 in 851557a
or you mean something else?
ynesterov_prev is only initialized here, but do not updata with iterating, so its value seems to be always zero
Biguri commented
Correct! this is a bug, not even sure when introduced. Indeed a mistake!