fccoelho / D-DifferentialEquations

Experimental implementation of ODE solvers in D.
7 stars 1 forks source link

Create tests to compare results with other libraries #2

Closed fccoelho closed 3 years ago

fccoelho commented 3 years ago

For this type of code, it is important to compare the results of the solvers with other stable implementation to validate the accuracy of new solvers.

I think this could start as a Python script that would solve the same models (using Scipy odeint) we currently have in app.d and calculate the errors between the solutions.