ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Open

#29 建立於 2016年10月6日

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

描述

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.

貢獻者指南