INM-6 / incapy

Interactive Neural Correlation Analyzer for Python
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Improve algorithm to remove jittering #15

Open muellerbjoern opened 5 years ago

muellerbjoern commented 5 years ago

This might be possible by solving the underlying force differential equation differently in some way

muellerbjoern commented 5 years ago

Reduce step size when movement becomes small or something

muellerbjoern commented 4 years ago

Maybe use Runge-Kutta integration instead of Euler for calculating the steps to make movement smoother and avoid jittering. Might introduce performance bottlenecks due to requiring multiple steps of calculation (for correcting errors) per iteration