Troubleshooting Guide¶
Import Error¶
Solution: Install Diffid: pip install diffid
Poor Fit Quality¶
Solutions:
- Try different optimisers
- Increase iterations, i.e.
.with_max_iter(10000) - Try different initial conditions
- Normalise data if scales vary widely
Slow Performance¶
Solutions:
- Use CMA-ES for parallelisation
- Reduce the number of data points
- Use sparse backend for large ODE systems