1
Darwinbots3 / Re: Bot testbed
« on: April 28, 2017, 05:13:00 PM »
Let me clarify the question, lets say we have:
Robot A:
3 { a b c d } loop
Robot B
4 { a b z d } loop
Here is the first four things it can become:
Robot A Cross B:
3 { a b c d } loop
4 { a b z d } loop
4 { a b c d } loop
3 { a b z d } loop
If we decompress (used loosely so Billy knows what I am talking about) the loops first we get:
a b c d a b c d a b c d
a b z d a b z d a b z d a b z d
That is quite a few crossovers possible, as you can tell.
Robot A:
3 { a b c d } loop
Robot B
4 { a b z d } loop
Here is the first four things it can become:
Robot A Cross B:
3 { a b c d } loop
4 { a b z d } loop
4 { a b c d } loop
3 { a b z d } loop
If we decompress (used loosely so Billy knows what I am talking about) the loops first we get:
a b c d a b c d a b c d
a b z d a b z d a b z d a b z d
That is quite a few crossovers possible, as you can tell.