Skip to content

Commit

Permalink
Correct the Readme layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ReblochonMasque committed Mar 24, 2016
1 parent 287fd4a commit 34df282
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions examples/ColorPatches/Readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Color Patches:
Is a cellulat automaton model where each agent lives in a cell on a 2D grid, and never moves.
An agent's state represents its "opinion" and is shown by the color of the cell the agent lives in.
Each color represents an opinion - there are 16 of them.
At each time step, an agent's opinion is influenced by that of its neighbors, and changes to the most common one found; ties are randomly arbitrated.
Is a cellulat automaton model where each agent lives in a cell on a 2D grid, and never moves.<br>
An agent's state represents its "opinion" and is shown by the color of the cell the agent lives in. Each color represents an opinion - there are 16 of them.<br>
At each time step, an agent's opinion is influenced by that of its neighbors, and changes to the most common one found; ties are randomly arbitrated.<br>
As an agent adapts its thinking to that of its neighbors, the cell color changes.


### Parameters you can play with (you must change the code at this stage):
### Parameters you can play with:
(you must change the code to alter the parameters at this stage)
* Vary the number of opinions.
* Vary the size of the grid
* Change the grid from fixed borders to a torus continuum
Expand All @@ -18,7 +18,8 @@ As an agent adapts its thinking to that of its neighbors, the cell color changes
* how some minority or fragmented opinions rapidly disappear


[Inspired from](http://www.cs.sjsu.edu/~pearce/modules/lectures/abs/as/ca.htm)
### Sources and Attribution
Inspired from [this model](http://www.cs.sjsu.edu/~pearce/modules/lectures/abs/as/ca.htm) from San Jose University<br>
Other similar models: [Schelling Segregation Model](https://github.com/projectmesa/mesa/tree/master/examples/Schelling)


Expand Down

0 comments on commit 34df282

Please sign in to comment.