ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Open

#29 opened on Oct 6, 2016

View on GitHub
 (15 comments) (0 reactions) (0 assignees)Python (526 stars) (86 forks)batch import
bughacktoberfesthelp wantedimage processing templates

Description

The current ODE solver odeint is inflexible and suffers from problem of stiffness as explained here in some cases.

It is better to upgrade to ODE solver object-oriented ode, as it is more flexible and allows to set various options.

Contributor guide