Skip to content

Commit febe096

Browse files
committed
Let all parameters be fit
1 parent c6431c1 commit febe096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WorkSpace/Dmitri/OI_FSP_NonDefault.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
%% %% Operator intermediates
6666

67-
paramsToFit = [1, 5]; % kPlus, tau
67+
paramsToFit = 1:5; % Test all of them
6868

6969
fitParamValues = zeros(length(M), length(datasetSizes), length(paramsToFit));
7070

0 commit comments

Comments
 (0)