summaryrefslogtreecommitdiffstats
path: root/demos/DemoRD1.m
diff options
context:
space:
mode:
Diffstat (limited to 'demos/DemoRD1.m')
-rw-r--r--demos/DemoRD1.m2
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;