BayesOpt
readlog.m
1 %
2 %
3 %
4 
5 fid = fopen('micha_bopt.log')
6 data = textscan(fid, '%f|%f|%f|[%d](%f,%f,%f,%f,%f)');
7 fclose(fid);