ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Open

#29 aberto em 6 de out. de 2016

Ver no GitHub
 (15 comments) (0 reactions) (0 assignees)Python (86 forks)batch import
bughacktoberfesthelp wantedimage processing templates

Métricas do repositório

Stars
 (526 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador