The Wayback Machine - https://web.archive.org/web/20220104233304/https://github.com/topics/nonlinear-dynamics
Skip to content
#

nonlinear-dynamics

Here are 106 public repositories matching this topic...

Datseris
Datseris commented Aug 1, 2021

We have established the validity of our unified embedding methods because we even wrote a paper utilizing them in detail and comparing them with each other. There isn't any doubt that they work. However, the way we have written our tests is brittle, because (due to chaos) running the test on different machines may make them fail. For example while working on PR #93 I've seen things like:

M
willfurnass
willfurnass commented Jul 25, 2018

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:

%%model
$
U -> A : g_A
U -> B : g_B
A -> U : a_A
B -> U : a_B 
A + U -> A + A : r_A
B + U -> B + B : r_B
A + B -> A + U : s
A + B -> B + U : s
$

then
`

Improve this page

Add a description, image, and links to the nonlinear-dynamics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nonlinear-dynamics topic, visit your repo's landing page and select "manage topics."

Learn more