Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 794 Bytes

impl.org

File metadata and controls

15 lines (14 loc) · 794 Bytes

Notes on implementation details

Multi-threaded Generator [0/2]

Using threads to speed up particle generation.

Compose particles generated in parallel.

I’ll most likely need a thread manager for this part.

Verify helper functions are thread safe.

Sub graph recognition

Large Brownian Trees produce fractal-ish images. What are the common reoccurring patterns ? I would like to analyze a series of generated images and find out how fractal a Brownian tree is?

Scheme Bindings [1/1]

  • [X] Complete bt.scm.

Statistics

Before completing the implementation of multi-threaded generator, write up a simple report on final attributes(avg. out-of-bounds, total-steps, successful-steps etc..) of simple trees.