Trinity-Automata-Research / dsmodels

The dsmodels domain-specific-language for visualizing dynamical systems in R.
http://www.cs.trinity.edu/~sfogarty/dsmodels/index.html
GNU General Public License v2.0
7 stars 0 forks source link

make simMapPeriod able to find areas #205

Closed kmclaren-trinity closed 4 years ago

kmclaren-trinity commented 5 years ago

do an initial fine discretization pass with low init iters

look for points on the border, do another pass with higher init iters repeat until border stops moving

increase init iters and repeat. use results from issue #202 to know how many times to repeat

kmclaren-trinity commented 4 years ago

comgining this issue with #202