Re: Brownian Tree



"placid" <Bulkan@xxxxxxxxx> wrote:

my question is when you move the particle around
do you plot/draw its path or do you only plot the
particle position when it bumps with the seed?

Make that a toggle switch that you can manipulate
during the program run, and while setting it up. You
probably want to watch the particles move while
debugging your code or for entertainment, but when
your goal shifts to seeing the final "tree", _not_
updating the graphics for each particle step will
speed you to your result perhaps 1000-fold.

You can then add a similar control for whether to
see the tree as each particle is added, or only at
the end of building the whole tree, again with speed
as the objective in the latter case.

HTH

xanthian.


--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
.



Relevant Pages

  • Re: Brownian Tree
    ... Make that a toggle switch that you can manipulate ... updating the graphics for each particle step will ... the end of building the whole tree, ... (whe have now two seeds?) ...
    (comp.ai.genetic)
  • Brownian Tree
    ... a Brownian Tree is formed ... bumps against the seed. ... The particle is left there, ... particle is placed in a random position and moved, ...
    (comp.ai.genetic)
  • Brownian Tree
    ... a Brownian Tree is formed ... bumps against the seed. ... The particle is left there, ... particle is placed in a random position and moved, ...
    (comp.ai.genetic)
  • Re: Brownian Tree
    ... You only plot the position at which it bumps into the seed. ... The seed and the particle now form the "seed" for the next particle to ... neighborhood or the Turing neighborhood (only the ...
    (comp.ai.genetic)