JuliaDynamics / PeriodicOrbits.jl

Interface and algorithms for finding periodic orbits (stable or unstable) in dynamical systems
https://juliadynamics.github.io/PeriodicOrbits.jl/
Other
8 stars 2 forks source link

Saiki's algorithm #19

Open JonasKoziorek opened 4 days ago

JonasKoziorek commented 4 days ago

This paper introduces an algorithm for PO detection for continuous-time systems. WIP code for this algorithm can be seen here. It is unclear to me whether the algorithm is even worth implementing.