biosimulators / Biosimulators_GillesPy2

GillesPy2 biochemical network simulation program via BioSimulators-compliant command-line interface and Docker container
https://docs.biosimulators.org/Biosimulators_GillesPy2
MIT License
1 stars 1 forks source link

Create KISAO term for hybrid tau solver #5

Closed jonrkarr closed 3 years ago

jonrkarr commented 4 years ago

This question is for the GillesPy2 developers

jonrkarr commented 3 years ago

From Brian Drawert: this is a new algorithm, not slow-scale SSA.

We'll need to add a new KiSAO term for this. @briandrawert can you provide information for a new KiSAO term

briandrawert commented 3 years ago

Name: Hybrid Tau-Leaping Method • Synonyms: None • Brief description: A continuously coupled hybrid deterministic/stochastic simulation algorithm for biochemical networks. Biochemical species are classified as continuous, discrete, or switch. Tau-leaping is used to simulate stochastic species, and LSODA is used to simulate continuous species. Switch species are dynamically classified as either continuous or discrete at each timestep depending on a user defined error tolerance. • Reference: https://github.com/StochSS/GillesPy2Any relationships to other KiSAO terms: • child of KISAO_0000352 (hybrid method) • child of KISAO_0000333 (accelerated stochastic simulation algorithm)

jonrkarr commented 3 years ago

Thanks! I'll get this added to KiSAO.

jonrkarr commented 3 years ago

Will be added as KISAO_0000575

jonrkarr commented 3 years ago

Todo

jonrkarr commented 3 years ago

Done