openworm / ChannelWorm2

Tools and curated datasets to build quantitative models of C. elegans ion channels
10 stars 2 forks source link

Fix #19 #20

Open travs opened 5 years ago

gsarma commented 5 years ago

@travs can you look at @mwatts15 comments in Slack about keeping the outputs? I think he's right that having them will be useful so people can just read the notebook without having to run it locally.

gsarma commented 5 years ago

@travs this looks great! One important change, however. The function you wrote display_parameter_evolution keeps track of the parameters in a single run and generates histograms from a given run. What we want (the plot I pinned in Slack) is to run the simulation many times and only retain the final fit parameters. Then we generate a histogram of the final values of all of the different runs. This way we can see how sensitive the fitter is to initial conditions.