Benjamin Ballnus
Benjamin Ballnus
Is this still an issue?
The reason why it takes so long is probably because each point is plotted separately and thus adding up the matlab figure overhead each time. Plotting all points at once...
Should probably be done after Paul has finished his pull request next week as there were added a couple of new functionalities recently.
Good idea. First step would be to include an analysis function, which takes a folder containing sampling results as an input and returns an analysis summary statistics / struct like...
What do you think about an in-depth example covering such a functionality by calling multipe instances of getParameterSamples() followed by the application of the analysis pipeline? Such piece of code...