-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
One way of dealing with large models is to down-scale them (e.g. by adjusting initial amounts, and rates) into smaller simulations that run faster. However, the noise is amplified as the amounts go down, so often I run many simulations in parallel and work with their average.
It would be useful if KaJaSim were capable of spawning 'n' identical simulations, plot the average trajectories, and also add (for a few points) the standard error.
In terms of recuperating the output files, the simulation runs could be named data_i.out, with i in [1:n], the file with the means something like means.out, and it all could be downloaded as a 7zip archive.
Reactions are currently unavailable