maedoc / libtvb

TVB C library
6 stars 8 forks source link

Implement rounding history #125

Open maedoc opened 8 years ago

maedoc commented 8 years ago

For comparison with TVB's simulator, add history implementation which precomputes delays in terms of integration steps and uses a simplified algorithm to compute history of state variables.

This also implies changing the solver API to accept a pre-built history instance instead of building it internally.