CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The ynesterov_prev is not updata in SIRT,SART,OS-SART

zezisme opened this issue · comments

Expected Behavior

I found that the variable ynesterov_prev has not been updated when iterating using nesterov method,Is this a mistake?

  • MATLAB version:

Its here:

ynesterov_prev=ynesterov;

or you mean something else?

Its here:

ynesterov_prev=ynesterov;

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

Correct! this is a bug, not even sure when introduced. Indeed a mistake!