Skip to content
Rykath edited this page Aug 14, 2019 · 1 revision

2019-08-14 - Mandelbrot Zoom

  • Zoom at ~-0.74+0.13j
    • 1024x1024 -00.be5f721e.b1e5dcd0 +00.21bf57ab.53d397b0 1e-19 1e-19 65535
    • maxIter = 2^16 - 1, because TYPE_ITER = uint16
    • NUM_SIZE = 4, CALC_SIZE = 2
  • Version: dev
    • date: 2019-08-14
    • branch: dev-deepixel, commit: 2019-08-13/'Deepixel - test & python'/6217c062148d0e2c63e00880e4ba30cf60b0deb2
    • small adjustments, no change to functionality
  • CPU: Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz
  • calc_Relative2Center vs calc_FPHPN

Tests

  • 1024x1024 -00.be5f721e.b1e5dcd0 +00.21bf57ab.53d397b0 1e-19 1e-19 65535
    • relative: real 4m44.569s, user 4m44.547s
      • Normalize: max:17910.0 min:16132.0
    • FPHPN: real 28m4.432s, user 28m4.374s
      • Normalize: max:28173.0 min:16133.0

Findings

  • relative calculation is inverted on the imaginary axis
    • maybe document orientation in asdf?
  • relative calculation stops calculating at the escape of the relative path
  • relative calculation was much faster, but results are not comparable

other tests

  • same region, FPHPN, 1e-16, 2048x2048, 131072
    • real 77m32.374s, Normalize: max:131016.0 min:0, special: use uint32
  • same region, FPHPN, 5.13e-11, 8192x8192, 32768
    • real 169m51.316s, Normalize: max:16908.0 min:1107.0
  • same region, FPHPN, 1e-12, 8192x8192, 32768
    • real 230m58.645s, Normalize: max:26795.0 min:0
Clone this wiki locally