Pixel-Based Density Approximation: Hopalong Attractor (Python)
Summary
GitHub README describes Pixel-Based Density Approximation for the Hopalong Attractor in Python. It details a two-pass method to first determine trajectory extents and then populate a density heatmap, optimized with Numba JIT. The article also compares pixel-based density to histogram-based density, discusses edge cases like 3-cycle patterns, and provides usage instructions and parameter examples.