pytaylor
Taylor models for Python using mpmath and sympy. more…
Guaranteed ODE solvers are included implementing the following schemes:
o 4th order Runge-Kutta,
o Arbitrary order Taylor expansion.
These were written to be able to find global minima of cost functions on parametric ODEs (especially of ODEs without closed form solutions) using a branch and bound algorithm.
Please see the tests/ folder for examples of use.
pytaylor
-
Cloning this repository:
git clone git://gitorious.org/pytaylor/pytaylor.git pytaylor cd pytaylor
Add this repository as a remote to an existing local repository:
git remote add pytaylor git://gitorious.org/pytaylor/pytaylor.git git fetch pytaylor git checkout -b my-local-tracking-branch pytaylor/master_or_other_branch


