wsphillips / Conductor.jl

Choo-choo
MIT License
60 stars 12 forks source link

Incorporate extended MTK metadata for downstream use #57

Open wsphillips opened 1 year ago

wsphillips commented 1 year ago

ModelingToolkit.jl offers some additional metadata tags that we can use to more easily setup optimization. We want to be able to:

wsphillips commented 1 year ago

Basic constants added in #60

wsphillips commented 1 year ago

The Pinsky Rinzel network demo should demo distributions with a 10% variation on the maximal conductance of calcium channels (as in the original paper)

wsphillips commented 1 year ago

Distribution metadata is available in MTK but the MTK backend does not use it afaict. Therefore, we need to filter for it depending on the downstream setup (e.g. simulation, optimization, inference etc)