Title: Brambletwist Post by: Pauldelbrot on January 23, 2010, 03:41:16 AM (http://u5789.direct.atpic.com/25268/0/1683988/1024.jpg) (http://pic.atpic.com/1683988/1024)
A Matchmaker Julia set with an attracting 11-cycle and an attracting fixed point; the latter is close to becoming a Siegel disk. The image was rendered using adaptive BSM: each pixel is divided into a grid of subpixels that are calculated using a form of solid-guessing, recording only which of the two basins the subpixel landed in. Then subpixels that are not in the same basin as the subpixel below, to the right, or below and to the right are counted as boundary hits and the rest as misses. The pixel as a whole is colored based on boundary hits. In this case, the subdivision depth was 4, meaning there were 17 subpixels across and down (so 256 possible values for the number of hits in a pixel, with a checkerboard pattern of basin assignment giving the maximum and all subpixels landing in the same attracting basin giving the minimum). This generates a greyscale image with potentially the full gamut of grey shades, but it was further subjected to standard 3x3 nonadaptive antialiasing (whose subpixels were the full pixels of the BSM algorithm). The efficiency is less than perfect, with subpixels shared between adjacent pixels being calculated twice (and the corner ones four times), using the current software platform. The results, though, seem to be worth it, and without the hassle of implementing analytic DE for Matchmaker and contending with its tendency towards iffy performance with non-quadratic Julia sets. It won't work well near parabolic basins, but c'est la vie. Freely redistributable and usable subject to the Creative Commons Attribution license, version 3.0. Detailed statistics: Name: Brambletwist Date: January 2, 2010 Fractal: Matchmaker Julia set Location: a = 0.53256 + 0.31163i; b = 0.16737003 - 0.18180253i Depth: Very Shallow Min Iterations: 244 Max Iterations: 4635 Layers: 1 Anti-aliasing: 3x3, threshold 0, depth 1 Preparation time: 5 minutes Calculation time: 14 hours (2GHz dual-core Athlon XP) Title: Re: Brambletwist Post by: Nahee_Enterprises on January 23, 2010, 06:09:45 PM A Matchmaker Julia set with an attracting 11-cycle and an attracting fixed point; Location: a = 0.53256 + 0.31163i; b = 0.16737003 - 0.18180253i Max Iterations: 4635 Calculation time: 14 hours (2GHz dual-core Athlon XP) I have always appreciated the Black/White images (or in this case Black/Gray). ;) Title: Re: Brambletwist Post by: Adam Majewski on October 23, 2011, 09:32:58 PM HI,
What is Matchmaker Julia set ? Adam Title: Re: Brambletwist Post by: Pauldelbrot on October 24, 2011, 08:08:57 AM Julia sets of z -> (z + a)/b(z2 + 1). This one used a = 0.53256 + 0.31163i and b = 0.16737003 - 0.18180253i. |