ankitaggarwal011 / ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Open
#29 15 comments 0 reactions 0 assignees View on GitHub
bug hacktoberfest help wanted image processing templates
Dominant language
Python
Stars
544
Forks
81
PR merge metrics
No merged PRs in 30d

Description

The current ODE solver [odeint](http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html#scipy.integrate.odeint) is inflexible and suffers from problem of stiffness as explained [here](http://stackoverflow.com/questions/16973036/odd-scipy-ode-integration-error) in some cases.

It is better to upgrade to ODE solver object-oriented [ode](http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.ode.html), as it is more flexible and allows to set various options.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.