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 (86 forks)batch import
bughacktoberfesthelp wantedimage processing templates

Repository metrics

Stars
 (526 stars)
PR merge metrics
 (No merged PRs in 30d)

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