PESTO icon indicating copy to clipboard operation
PESTO copied to clipboard

optimization save routine obsolete

Open BBallnus opened this issue 8 years ago • 3 comments

  • does not save into init.mat while initializing it when calling getMultiStarts
  • the csv files appear to contain somewhat broken data (delimiter wrong)

BBallnus avatar May 30 '17 14:05 BBallnus

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

FFroehlich avatar May 30 '17 14:05 FFroehlich

In the latest commit init.mat is no longer generated ...

FFroehlich avatar Feb 12 '18 17:02 FFroehlich

@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

FFroehlich avatar Feb 12 '18 17:02 FFroehlich