-
Thanks for this beautiful package!
From the Readme and the blog I understood i) how to use a "normal" ODE as Flux layer (`diffeq_rd`), and ii) how to use a Flux layer to define an ODE (`neural_ode`…
-
**Reported by petfr on 18 Apr 2012 09:58 UTC**
The notion of simulation model is used in many places in the specification, but the definition is very fuzzy. I improved the definition in Section 1.2 so…
-
Hi luca-s,
Thanks for your pretty useful tips for mpi4py!! I am wondering can the master also be a slave? So the master not only handle I/O but also be a slave that need to finish the worker assign…
-
It would be better if the correct physics constants were used for parts as created by procedural parts - including the moment of intertia and the center of mass.
This bug is to track development.
-
After finishing with hex-support, I'd really wish to improve the tutorials and user documentation. I'm open for any ideas, but here are some:
- Write more thorough introductions to the examples and…
-
**Reported by torstenblochwitz on 19 Mar 2014 15:56 UTC**
On page 46 the causality Attribute "independent" is defined.
Is it optional to define time as independent variable or mandatory? Does at lea…
-
**Reported by perost on 15 May 2013 08:45 UTC**
This is a ticket for feedback on the Modelica language compliance test suit under development by the OSMC.
----
Migrated-From: https://trac.modelica.o…
-
(base) C:\myokit\myokit>python test --unit
Running unit tests with executable `python`
WARNING:myokit:Using development version of Myokit. This may contain untested features and bugs. Please see htt…
-
This is to propose to support the API PETSc uses for its ODE/DAE solvers.
I think the PETSc framework is the nicest around and the most modern (afaik).
(Other issues related are #20, #18, https://gith…
-
We can hopefully get backward propagation using
newtype F a b = F (a -> ( b :* (b -> a) ))
We can add that to the two existing ADs. I'm not sure how to make it `Closed` though; it seems that…