-
Updated
Jul 3, 2020 - Python
stochastic-simulation-algorithm
Here are 33 public repositories matching this topic...
-
Updated
Feb 25, 2019 - Python
-
Updated
Jul 3, 2020 - R
-
Updated
Sep 2, 2020 - C++
-
Updated
Jul 26, 2017 - Python
-
Updated
Nov 28, 2016 - MATLAB
-
Updated
Feb 5, 2019 - MATLAB
-
Updated
Nov 30, 2017 - Fortran
-
Updated
Apr 14, 2019 - C++
-
Updated
Jun 28, 2020 - MATLAB
-
Updated
May 26, 2020 - C++
-
Updated
Jul 20, 2016 - R
-
Updated
Nov 19, 2015 - HTML
-
Updated
Aug 2, 2020 - MATLAB
Bioscrape uses a lot of cdef'ed functions with a wrapper for python, e.g. the cdef function "simulate_model" (which cannot be called from python) wrapped with a python function "py_simulate_model". This is a little clunky, and mysterious to users who aren't familiar with Cython.
Cython has a built-in keyword "cpdef" that makes a function both typed and python-callable. Calling a cpdef function
-
Updated
Sep 17, 2019 - Python
-
Updated
Feb 12, 2019 - Python
-
Updated
Jul 12, 2020 - Java
-
Updated
Nov 29, 2017 - Fortran
-
Updated
Jun 9, 2019 - C
-
Updated
Jul 29, 2020 - Python
-
Updated
Aug 26, 2018 - Python
-
Updated
Apr 3, 2020 - R
-
Updated
Apr 8, 2015 - C
-
Updated
Apr 23, 2020 - Python
-
Updated
Jun 4, 2020 - Jupyter Notebook
-
Updated
Aug 27, 2020 - Python
-
Updated
Feb 20, 2017 - C++
Improve this page
Add a description, image, and links to the stochastic-simulation-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stochastic-simulation-algorithm topic, visit your repo's landing page and select "manage topics."
Following on from #67 I I think it would be a very good thing if MuMoT models could be created and referenced in Notebooks without using Notebook cell execution numbers. At present the example Notebooks contain cells like:
then
`