ankitaggarwal011 / ankitaggarwal011/PyCNN

Upgrade to object-oriented ODE solver

Abierto
#29 15 comentarios 0 reacciones 0 asignados Ver en GitHub
bug hacktoberfest help wanted image processing templates
Lenguaje dominante
Python
Estrellas
544
Forks
81
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.