mars0i / forage

Random foraging models
GNU General Public License v3.0
0 stars 2 forks source link

Additional nonrandom fractal environment target distributions #33

Closed mars0i closed 1 year ago

mars0i commented 2 years ago
  1. Possibly add a Fournier environment feature that can generate an entire expanding universe (as Mandelbrot does with his Cantor set construction) from a single point. Then the whole thing have a single fractal dimension.
  2. Add assymetric nonrandom fractal envs, e.g. based on a Mandelbrot set (or maybe some kind of Julia set), or something else. Maybe using an affine transformation.
mars0i commented 2 years ago

utils/fractal.clj now generates Julia sets.

mars0i commented 1 year ago

Closed because I'm no longer pursuing this kind of model.