ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Open

#29 建立於 2016年10月6日

在 GitHub 查看
 (15 留言) (0 反應) (0 負責人)Python (86 fork)batch import
bughacktoberfesthelp wantedimage processing templates

倉庫指標

Star
 (526 star)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南