Solving Color Convergence Problem - Monte's Research

  • Thread starter Thread starter Monte_Carlo
  • Start date Start date
  • Tags Tags
    Color Convergence
AI Thread Summary
The discussion revolves around a research question concerning units that can change colors while moving randomly on a 2D grid, with the goal of determining how long it takes for all units to adopt the same color. Monte proposes a strategy where each unit counts the colors of other units it encounters and changes color based on the majority. The approach has been simulated and shows convergence, but Monte seeks mathematical modeling techniques for this phenomenon. Another participant suggests that while the proposed model is straightforward, it may lack complexity and references the "Game of Life" as a potentially relevant concept. The conversation emphasizes the need for a more intricate modeling approach to enhance the problem's interest.
Monte_Carlo
Messages
70
Reaction score
0
Hello,

I'm pondering over this research question.

Let's suppose you've got a bunch of units which can be colored black or white. They're roaming around 2d grid in random walk. Any time a unit meets with another unit, it has an option to change color. It doesn't have to though, depending on its internal logic. The point is to calculate how long will it take until all units over the grid are of the same color.

Anybody knows what this problem is called, and how to model it? Any advice would be appreciated.

I'm thinking of simple strategy like each unit counts the number of black and white units it met with, and as soon as one number exceeds the other, the unit will change color. Any ideas how to math model this?

Thanks,

Monte
 
Mathematics news on Phys.org
Monte_Carlo said:
I'm thinking of simple strategy like each unit counts the number of black and white units it met with, and as soon as one number exceeds the other, the unit will change color.

And I'm thinking you might want to rethink that.

EDIT: snippy, smart-*** comment deleted. :smile:
 
Last edited:
Phinds,

Got you, but just to make sure we're on the same page here:

if unit color is black and it sees one white unit then 1 > 0 (like you say) and it flips color because it simply assumes the most frequent color amongst units it has seen. Each unit keeps count of white and black units it has seen.

I simulated this approach - it does converge. Question is how to model this mathematically (it's pretty simple to program.)

Also, if you have a simpler approach amenable to modeling it would be great also. Any ideas if this is some canonical (or well known problem)?

Thanks,

Monte
 
Monte_Carlo said:
Phinds,

Got you, but just to make sure we're on the same page here:

if unit color is black and it sees one white unit then 1 > 0 (like you say) and it flips color because it simply assumes the most frequent color amongst units it has seen. Each unit keeps count of white and black units it has seen.

I simulated this approach - it does converge. Question is how to model this mathematically (it's pretty simple to program.)

Also, if you have a simpler approach amenable to modeling it would be great also. Any ideas if this is some canonical (or well known problem)?

Thanks,

Monte

I don't know this kind of problem, so no help to you there.

It does seem that your approach seems easy to model, but boring. It would be more interesting if the rules were more complex.

Now that I think about it there used to be a "game" that programmers loved to play (and may still for all I know) that is EXACTLY the same kind of thing. Try looking that up on the Internet and see if it helps you out. Try Googling "game of life".
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top