PESTO
PESTO copied to clipboard
optimization save routine obsolete
- does not save into init.mat while initializing it when calling getMultiStarts
- the csv files appear to contain somewhat broken data (delimiter wrong)
getMultiStarts should generate an init.mat file for the multistart with start_index 1 (line 160 of getMultiStarts).
the delimiter is ',' and not broken:
dlmwrite(fullfile(pwd,options.foldername ,['MS' num2str(options.start_index(i),'%d') '__logPost.csv']),parameters.MS.logPost(i),'delimiter',',','precision',12);
you should be able to assemble saved results using collecResults.m
In the latest commit init.mat is no longer generated ...
@BBallnus commiting out the code that saves init.mat is not a good way to implement
should generate an init.mat file for the multistart with start_index 1