Skip to content

ebokai/attractor_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cubic Iterator Attractor Renderer

A high-performance Python+Cython pipeline for generating and visualizing high-dimensional iterated map attractors. It explores chaotic structures defined by discrete cubic maps in 2+ dimensions using optimized numerical kernels and custom rendering.

Installation

From the project root:

python -m pip install -e .

Usage

Run the attractor generator:

./scripts/run.bat        # Windows
python scripts/main.py   # Cross-platform

Optional arguments:

--render_iterates   # Number of iterations per attractor. Default: 10,000,000.
--n_attractors      # Total attractors to generate. Default: 100.
--alpha             # Alpha blending for rendering. Float between 0 and 1. Default: 0.025.
--size              # Output resolution. Options: A5, A4, A3, A2, A1, Letter, 8x10, 11x14, 16x20, 18x24, Square_8, Square_12.

Example:

python scripts/main.py --render_iterates 25000000 --n_attractors 50 --alpha 0.02 --size A4

About

Python project for finding and rendering iterated map attractors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published