diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2017-07-03 22:57:55 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2017-07-03 22:57:55 +0100 |
commit | 75e7ebc79e86710c4cfb05b8af8e429146288c85 (patch) | |
tree | 3d6abaccb81c44df111605474c117fb2bc6570a9 /demos/DemoRD1.m | |
parent | 329a104d4cb5ba50a59fb80e58de0453ba49f075 (diff) | |
download | regularization-75e7ebc79e86710c4cfb05b8af8e429146288c85.tar.gz regularization-75e7ebc79e86710c4cfb05b8af8e429146288c85.tar.bz2 regularization-75e7ebc79e86710c4cfb05b8af8e429146288c85.tar.xz regularization-75e7ebc79e86710c4cfb05b8af8e429146288c85.zip |
FISTA-GH bug fixed
Diffstat (limited to 'demos/DemoRD1.m')
-rw-r--r-- | demos/DemoRD1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/DemoRD1.m b/demos/DemoRD1.m index c25bb3e..e190d34 100644 --- a/demos/DemoRD1.m +++ b/demos/DemoRD1.m @@ -75,7 +75,7 @@ params.L_const = 3500; % Lipshitz constant params.Regul_LambdaTV = 0.0003; % TV regularization parameter params.fidelity = 'student'; % choosing Student t penalty params.show = 1; -params.initilize = 1; % warm start with SIRT +params.initialize = 1; % warm start with SIRT params.maxvalplot = 0.6; params.slice = 1; tic; [X_fistaStudentTV] = FISTA_REC(params); toc; |