<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Segregation Archives - Digital Urban</title>
	<atom:link href="https://www.digitalurban.org/blog/category/segregation/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.digitalurban.org/blog/category/segregation/</link>
	<description>Data, Cities, IoT, Writing, Music and Making Things</description>
	<lastBuildDate>Wed, 08 Oct 2008 10:55:00 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.digitalurban.org/wp-content/uploads/2012/07/Dulogosm-1.png</url>
	<title>Segregation Archives - Digital Urban</title>
	<link>https://www.digitalurban.org/blog/category/segregation/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Cellular Automaton and Agents in Second Life: Game of Life, Segregation and Evacuation Simulation</title>
		<link>https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second/</link>
					<comments>https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second/#comments</comments>
		
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Wed, 08 Oct 2008 10:55:00 +0000</pubDate>
				<category><![CDATA[3D Agents]]></category>
		<category><![CDATA[Agent Based Modelling]]></category>
		<category><![CDATA[Game of Life]]></category>
		<category><![CDATA[Schelling]]></category>
		<category><![CDATA[Second Life]]></category>
		<category><![CDATA[Segregation]]></category>
		<guid isPermaLink="false">http://digitalurban.net/?p=1565</guid>

					<description><![CDATA[<p>The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is perhaps the best-known example of a cellular automaton and as...</p>
<p>The post <a href="https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second/">Cellular Automaton and Agents in Second Life: Game of Life, Segregation and Evacuation Simulation</a> appeared first on <a href="https://www.digitalurban.org">Digital Urban</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is perhaps the best-known example of a cellular automaton and as such formed the perfect starting point for looking at running models in Second Life.</p>
<p>The Game of Life sits alongside Schelling&#8217;s Segregation Model and a Pedestrian Evacuation Model developed as part of a series of agent based models for our paper entitled &#8216;Agent Street: Agent Based Modelling in Second Life&#8217;. The paper is currently about to be submitted for peer review/publication and should be available, subject to acceptance, late 2008.</p>
<p>The movie below details our Game of Life model running in Second Life:</p>
<p><center><object width="491" height="370"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1904564&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1904564&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="491" height="370"></embed></object><br /><a href="http://vimeo.com/1904564?pg=embed&#038;sec=1904564">Game of Life</a> from <a href="http://vimeo.com/user716192?pg=embed&#038;sec=1904564">Andrew Crooks</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1904564">Vimeo</a>.</center></p>
<p>Sound track&#8217;<a href="http://www.mp3unsigned.com/showmp3.asp?mp3id=7321">A Lonely Place without You</a>&#8216; by <a href="http://www.mp3unsigned.com/showmp3.asp?mp3id=7321">New Inception</a>.</p>
<p>The universe of the Game of Life is an infinite two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, live or dead. Every cell interacts with its eight neighbours, which are the cells that are directly horizontally, vertically, or diagonally adjacent. At each step in time, the following transitions occur:</p>
<p>   1. Any live cell with fewer than two live neighbours dies, as if by loneliness.<br />   2. Any live cell with more than three live neighbours dies, as if by overcrowding.<br />   3. Any live cell with two or three live neighbours lives, unchanged, to the next generation.<br />   4. Any dead cell with exactly three live neighbours comes to life.</p>
<p>The initial pattern constitutes the &#8216;seed&#8217; of the system. The first generation is created by applying the above rules simultaneously to every cell in the seed — births and deaths happen simultaneously, and the discrete moment at which this happens is sometimes called a tick. (In other words, each generation is a pure function of the one before.) The rules continue to be applied repeatedly to create further generations (<a href="http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">ref Wikipedia</a>)</p>
<p>Moving up a level of sophistication is Schelling&#8217;s Segregation Model. Schelling originally demonstrated the concept with coins on a chess board. Using Second Life we have transferred the ideas utilising coloured spheres inside a grid of houses, as the movie below illustrates:</p>
<p><center><object width="491" height="277"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1904652&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1904652&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="491" height="277"></embed></object><br /><a href="http://vimeo.com/1904652?pg=embed&#038;sec=1904652">Schelling&#8217;s Segregation Model</a> from <a href="http://vimeo.com/user716192?pg=embed&#038;sec=1904652">Andrew Crooks</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1904652">Vimeo</a>.</center></p>
<p>Schelling demonstrated how through mild tastes and preferences to locate in areas with similar people, large scale patterns of segregation could arise.</p>
<p>Finally we have developed in Second Life a pedestrian evacuation model. This is a much more accurate simulation of real life than the previous two models (the Game of Life and Segregation Model) and the rules that govern the agents are notably more complicated.</p>
<p><center><object width="491" height="370"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1904686&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1904686&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="491" height="370"></embed></object><br /><a href="http://vimeo.com/1904686?pg=embed&#038;sec=1904686">Pedestrian Evacuation Model: Multi-floor layout</a> from <a href="http://vimeo.com/user716192?pg=embed&#038;sec=1904686">Andrew Crooks</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1904686">Vimeo</a>.</center></p>
<p>The clip above shows how agents exit a building once an alarm is sounded. Within the model, a model second is not the same as a real second so we have edited the clip so every model second is one real second just to give a sense of dynamics within the model.</p>
<p>Take a look at <a href="http://www.gisagents.blogspot.com">gisagents.blogspot.com</a> for more thoughts on agent based modelling within both 2D and 3D environments, written by Andrew Crooks of <a href="http://www.casa.ucl.ac.uk">CASA</a>. Crooks is lead author of the forthcoming paper, his blog is the first place to look for a more in depth analysis of agent based modelling.</p>
<p>These are perhaps early steps but the ability to integrate human controlled avatars into models of building/environment evacuation, via environments such as Second Life, presents an intriguing step forward. Indeed, one that has the potential to lead to a more comprehensive understanding of evacuation behavior and ultimately of course better architectural design.</p>
<p>The post <a href="https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second/">Cellular Automaton and Agents in Second Life: Game of Life, Segregation and Evacuation Simulation</a> appeared first on <a href="https://www.digitalurban.org">Digital Urban</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Cellular Automaton and Agents in Second Life: Game of Life, Segregation and Evacuation Simulation</title>
		<link>https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second-2/</link>
					<comments>https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second-2/#comments</comments>
		
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Wed, 08 Oct 2008 10:55:00 +0000</pubDate>
				<category><![CDATA[3D Agents]]></category>
		<category><![CDATA[Agent Based Modelling]]></category>
		<category><![CDATA[Game of Life]]></category>
		<category><![CDATA[Schelling]]></category>
		<category><![CDATA[Second Life]]></category>
		<category><![CDATA[Segregation]]></category>
		<guid isPermaLink="false">http://digitalurban.net/?p=1565</guid>

					<description><![CDATA[<p>The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is perhaps the best-known example of a cellular automaton and as...</p>
<p>The post <a href="https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second-2/">Cellular Automaton and Agents in Second Life: Game of Life, Segregation and Evacuation Simulation</a> appeared first on <a href="https://www.digitalurban.org">Digital Urban</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is perhaps the best-known example of a cellular automaton and as such formed the perfect starting point for looking at running models in Second Life.</p>
<p>The Game of Life sits alongside Schelling&#8217;s Segregation Model and a Pedestrian Evacuation Model developed as part of a series of agent based models for our paper entitled &#8216;Agent Street: Agent Based Modelling in Second Life&#8217;. The paper is currently about to be submitted for peer review/publication and should be available, subject to acceptance, late 2008.</p>
<p>The movie below details our Game of Life model running in Second Life:</p>
<p><center><object width="491" height="370"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1904564&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1904564&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="491" height="370"></embed></object><br /><a href="http://vimeo.com/1904564?pg=embed&#038;sec=1904564">Game of Life</a> from <a href="http://vimeo.com/user716192?pg=embed&#038;sec=1904564">Andrew Crooks</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1904564">Vimeo</a>.</center></p>
<p>Sound track&#8217;<a href="http://www.mp3unsigned.com/showmp3.asp?mp3id=7321">A Lonely Place without You</a>&#8216; by <a href="http://www.mp3unsigned.com/showmp3.asp?mp3id=7321">New Inception</a>.</p>
<p>The universe of the Game of Life is an infinite two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, live or dead. Every cell interacts with its eight neighbours, which are the cells that are directly horizontally, vertically, or diagonally adjacent. At each step in time, the following transitions occur:</p>
<p>   1. Any live cell with fewer than two live neighbours dies, as if by loneliness.<br />   2. Any live cell with more than three live neighbours dies, as if by overcrowding.<br />   3. Any live cell with two or three live neighbours lives, unchanged, to the next generation.<br />   4. Any dead cell with exactly three live neighbours comes to life.</p>
<p>The initial pattern constitutes the &#8216;seed&#8217; of the system. The first generation is created by applying the above rules simultaneously to every cell in the seed — births and deaths happen simultaneously, and the discrete moment at which this happens is sometimes called a tick. (In other words, each generation is a pure function of the one before.) The rules continue to be applied repeatedly to create further generations (<a href="http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">ref Wikipedia</a>)</p>
<p>Moving up a level of sophistication is Schelling&#8217;s Segregation Model. Schelling originally demonstrated the concept with coins on a chess board. Using Second Life we have transferred the ideas utilising coloured spheres inside a grid of houses, as the movie below illustrates:</p>
<p><center><object width="491" height="277"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1904652&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1904652&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="491" height="277"></embed></object><br /><a href="http://vimeo.com/1904652?pg=embed&#038;sec=1904652">Schelling&#8217;s Segregation Model</a> from <a href="http://vimeo.com/user716192?pg=embed&#038;sec=1904652">Andrew Crooks</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1904652">Vimeo</a>.</center></p>
<p>Schelling demonstrated how through mild tastes and preferences to locate in areas with similar people, large scale patterns of segregation could arise.</p>
<p>Finally we have developed in Second Life a pedestrian evacuation model. This is a much more accurate simulation of real life than the previous two models (the Game of Life and Segregation Model) and the rules that govern the agents are notably more complicated.</p>
<p><center><object width="491" height="370"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1904686&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1904686&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=00ADEF&#038;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="491" height="370"></embed></object><br /><a href="http://vimeo.com/1904686?pg=embed&#038;sec=1904686">Pedestrian Evacuation Model: Multi-floor layout</a> from <a href="http://vimeo.com/user716192?pg=embed&#038;sec=1904686">Andrew Crooks</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1904686">Vimeo</a>.</center></p>
<p>The clip above shows how agents exit a building once an alarm is sounded. Within the model, a model second is not the same as a real second so we have edited the clip so every model second is one real second just to give a sense of dynamics within the model.</p>
<p>Take a look at <a href="http://www.gisagents.blogspot.com">gisagents.blogspot.com</a> for more thoughts on agent based modelling within both 2D and 3D environments, written by Andrew Crooks of <a href="http://www.casa.ucl.ac.uk">CASA</a>. Crooks is lead author of the forthcoming paper, his blog is the first place to look for a more in depth analysis of agent based modelling.</p>
<p>These are perhaps early steps but the ability to integrate human controlled avatars into models of building/environment evacuation, via environments such as Second Life, presents an intriguing step forward. Indeed, one that has the potential to lead to a more comprehensive understanding of evacuation behavior and ultimately of course better architectural design.</p>
<p>The post <a href="https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second-2/">Cellular Automaton and Agents in Second Life: Game of Life, Segregation and Evacuation Simulation</a> appeared first on <a href="https://www.digitalurban.org">Digital Urban</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitalurban.org/blog/2008/10/08/cellular-automaton-and-agents-in-second-2/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
