|
|
|
|
|
by ronald_raygun
1425 days ago
|
|
Oh they fractal features are definitely infinite. I worked on a genetic algo a to breed fractals together a number of years ago, and one thing I noticed was that the highest non-zero poly power would determine the shape of the fractal - so a c^3 fractal would have "three petals", a c^4 would have "four petals". So clearly these things can have infinite features https://github.com/zoso95/genetic-algorithm-fractals |
|