David Lung

Results 10 issues of David Lung

People also want to have access to raw data files (connection_buffer.txt, muscles_activity_buffer.txt, position_buffer.txt, worm_motion_log.txt, *.dat). Copy files based on a list of filenames. Define some keywords like SIBERNETIC_RAW or ALL

The function to plot the connection matrix already exists. We just need to call it.

Xvfb cannot be accelerated by a GPU. I think that's the reason why the rerun and recording of a prev simulation is so slow (1-2 FPS) Maybe we should switch...

I want to propose some changes but I am not entirely sure where they would fit best. Let's assume there is an iterator for a training set. Often, the suggested...

If I interrupt the optimizer at a certain point, multiple nrniv tasks remain running. A sigint handler at the right place should do the trick.

Do not merge! Just for testing purposes and discussions.

in progress

What particles are supposed to be written to the pressure file? The file should only contain particles belonging to the body of the worm, right? If that is the case,...

With that [PR](https://github.com/SciML/SciMLBase.jl/pull/85) I can index into an `ODESolution` using a `Num` The following code raises an `BoundsError: attempt to access Tuple{Int64} at index [0]` ``` using ModelingToolkit using ModelingToolkit:...