ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Open

#29 aperta il 6 ott 2016

Vedi su GitHub
 (15 commenti) (0 reazioni) (0 assegnatari)Python (86 fork)batch import
bughacktoberfesthelp wantedimage processing templates

Metriche repository

Star
 (526 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor