One question; and I hope it doesn't throw a big monkey wrench into the problem for you; but what about formerly seperated colonies re-connecting?

a a a
a b a -- time=0
a a a


a a a
b b b -- time=1
c c c


a a a
b a b -- time=2
c c c


If the newly formed colony is shown as seperate (as above), then at time=1 they split into 3 colonies, not 2... they then remain 3 colonies through time=2. If, on the other hand, inheritance is an important part of your simulation (genetic code, etc..); then they would be time(0)=2 colonies, time(1)=3 colonies, and time(2)=2 colonies again...that might make it a bit more difficult to establish exactly which colonies are actually seperate from time frame to time frame.


Are the individual colonies tagged with their appropriate parentage? That might make it a little easier to determine when a previously seperate colony was reconnected.


In reply to Re: Re:Graphs and colony splitting by Anonymous Monk
in thread colony splitting by redbeard

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.