ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Open

#29 opened on 2016年10月6日

GitHub で見る
 (15 comments) (0 reactions) (0 assignees)Python (86 forks)batch import
bughacktoberfesthelp wantedimage processing templates

Repository metrics

Stars
 (526 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド