ankitaggarwal011 / ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Aperta
#29 15 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug hacktoberfest help wanted image processing templates
Lingua principale
Python
Stelle
544
Fork
81
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

The current ODE solver [odeint](http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html#scipy.integrate.odeint) is inflexible and suffers from problem of stiffness as explained [here](http://stackoverflow.com/questions/16973036/odd-scipy-ode-integration-error) in some cases.

It is better to upgrade to ODE solver object-oriented [ode](http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.ode.html), as it is more flexible and allows to set various options.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.