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.

贡献者指南