brian-lau / MatlabProcessManager

Matlab class for launching and managing asynchronous processes
BSD 2-Clause "Simplified" License
22 stars 12 forks source link

Iteration Overwrite #9

Open magiceule19 opened 1 year ago

magiceule19 commented 1 year ago

Hello, when the 'file_overwrite' is set to true in model.set, for example multiple calls of Stan from Matlab without the need for new Stan model name, then the fit results get mixed from each iteration. Most probably the Matlab wrapper does not wait until one fit is complete and the next begins. Any suggestion how to fix it ?

Regards