<?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>Grupo de Diseño Emergente &#187; Related with C</title>
	<atom:link href="http://www.designemergente.org/category/c-gcscript-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designemergente.org</link>
	<description>Este Blog Pretende agrupar a Diseñadores y Arquitectos que realizen trabajos o investiguen sobre Estrategias Emergentes de Diseño. Su Objetivo es crear Conexión y Retroalimentacion entre los participantes.</description>
	<lastBuildDate>Thu, 13 May 2010 21:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GenerativeComponents  EnergyPlus, connection (updated)</title>
		<link>http://www.designemergente.org/emergence/generativecomponents-energyplus-connection-updated/</link>
		<comments>http://www.designemergente.org/emergence/generativecomponents-energyplus-connection-updated/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 20:36:31 +0000</pubDate>
		<dc:creator>carlos delab</dc:creator>
				<category><![CDATA[Academic]]></category>
		<category><![CDATA[Emergence]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Related with C]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[energyplus]]></category>
		<category><![CDATA[GCScript]]></category>
		<category><![CDATA[generativecomponents]]></category>

		<guid isPermaLink="false">http://www.designemergente.org/?p=700</guid>
		<description><![CDATA[These days I have been updated my GCE+ connection. I fix some bugs to get more speed, and I get it. you will see in the video 10 different thermal analysis of the box in less than a minute. so I&#8217;m glad for that. Unfortunly Since E+ needs some seconds to generate the new files, [...]]]></description>
			<content:encoded><![CDATA[<p>These days I have been updated my GC<->E+ connection. I fix some bugs to get more speed, and I get it. you will see in the video 10 different thermal analysis of the box in less than a minute. so I&#8217;m glad for that. Unfortunly Since E+ needs some seconds to generate the new files, the speed in the evaluation has a limit.</p>
<p>Results: The data that you are viewing.<br />
Inside Air temperature Average : is the average of the inside Air temeperature in the hottest and coldest day in Barcelona, this number should be the same all the time. 21 C degrees/hr.</p>
<p>Cooling Average : This is the jules/hourly that you have to spend in this building to keep the temperature at 21 C degrees. during the hottest and coldest day in the year. (this number must be change)</p>
<p>Heatting Average : This is the jules/hourly that you have to spend in this building to keep the temperature at 21 C degrees. during the hottest and coldest day in the year. (this number must be change)</p>
<p>The settings of the buildings, like the type of glass in windows, the material of walls or even the weather are defined in the E+ file.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/RWPp22z5NrE&#038;hl=es&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RWPp22z5NrE&#038;hl=es&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designemergente.org/emergence/generativecomponents-energyplus-connection-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GenerativeComponents  EnergyPlus, Connection (wip)</title>
		<link>http://www.designemergente.org/emergence/generativecomponents-energyplus-connection-wip/</link>
		<comments>http://www.designemergente.org/emergence/generativecomponents-energyplus-connection-wip/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:36:53 +0000</pubDate>
		<dc:creator>carlos delab</dc:creator>
				<category><![CDATA[Emergence]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Related with C]]></category>

		<guid isPermaLink="false">http://www.designemergente.org/?p=685</guid>
		<description><![CDATA[My PhD. is about Evolutionary Estrategies. More Precisely in Genetic Algorithms (GAs). I understand the GAs like a complex machine of optimization that knows nothing about the problem which it is trying to (re)solve.
This Particularity (detail) is very interesting, due to the fact that you can apply the GAs to different fields. For example, on [...]]]></description>
			<content:encoded><![CDATA[<p>My PhD. is about Evolutionary Estrategies. More Precisely in Genetic Algorithms (GAs). I understand the GAs like a complex machine of optimization that knows nothing about the problem which it is trying to (re)solve.<br />
This Particularity (detail) is very interesting, due to the fact that you can apply the GAs to different fields. For example, on the web you will find a lot of resources about GAs, such as Libraries of algorithms, examples of code, images and a lot of explanations.</p>
<p>The complex thing in a GA is not the programming part, as you can think, Is the way of how you define the problem that you want to optimize. This is usually a function called Fitness Function (FF). The correct set of your FF will determine the increase of the population&#8217;s level in each iteration. Therfore the effort must be put here.</p>
<p>The FF allows to evaluate each solution (individual) and to set who is who in the population, or in a different way, which of these solutions are the best and which are not.</p>
<p>Sometimes you can work with a really simple FF, like evaluating the length of a path, that you want to reduce. Besides, it can consists os a series of different equations that each individual must test. Logically, this process involve computational resources, it take some seconds or even minutes to achieve a correct evaluation.</p>
<p>In the case of one of my experiments, the evaluation consisted of determine how much energy a building spends in a specific weather. To achieve that I had to write a series of classes in C# (some of classes are built embedded in GC). Well a whole programme (with out interface, Console application) to allow me to transform the complete geometry in a different type of file for its thermal analysis in EnergyPlus.<br />
<img src="http://www.designemergente.org/wp-content/uploads/GC_EP_post.jpg" alt="GC_EP_post" title="GC_EP_post" width="540" height="380" class="alignleft size-full wp-image-689" /><br />
This Video shows one of my first experiments in which I connect automatically (send and retrieve the data) GC and E+.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nViqP4Ljmhs&#038;hl=es&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nViqP4Ljmhs&#038;hl=es&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designemergente.org/emergence/generativecomponents-energyplus-connection-wip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genr8</title>
		<link>http://www.designemergente.org/experiment/genr8/</link>
		<comments>http://www.designemergente.org/experiment/genr8/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 18:03:08 +0000</pubDate>
		<dc:creator>carlos delab</dc:creator>
				<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Growth]]></category>
		<category><![CDATA[Related with C]]></category>

		<guid isPermaLink="false">http://www.designemergente.org/script/genr8/</guid>
		<description><![CDATA[Genr8 is a plug-in for maya and works generating surfaces. It is very interesting because fuse the universal growth conditions with evolutionary search.
Genr8 it is developed via API of Alias&#124;WaveFront&#8217;s and Combine 3D Map L-System that growth in a digital environment, with gramatical evolution. the seed is designed to react of the digital nature and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.designemergente.org/wp-content/uploads/salida4.jpg" title="salida4.jpg"></a><a target="_blank" href="http://projects.csail.mit.edu/emergentDesign/genr8/index.html" title="Genr8">Genr8 </a>is a plug-in for maya and works generating surfaces. It is very interesting because fuse the universal growth conditions with evolutionary search.</p>
<p>Genr8 it is developed via API of Alias|WaveFront&#8217;s and Combine <a target="_blank" href="http://en.wikipedia.org/wiki/L-system" title="3D Map L-System">3D Map L-System</a> that growth in a digital environment, with gramatical evolution. the seed is designed to react of the digital nature and give to the user the control during the evolutionary adaptation, Genr8 dosen&#8217;t have structural or material criteria, and the most of the times the results are closer to the chaos.</p>
<p>Genr8 was Developed by Martin Hemberg and Una &#8211; May O&#8217;reilly and the people of the <a target="_blank" href="http://web.mit.edu/arch/edg/">Emergent Design Group </a>from the MIT.</p>
<p><a href="http://www.designemergente.org/wp-content/uploads/salida6.jpg" title="salida6.jpg"><img src="http://www.designemergente.org/wp-content/uploads/salida6.jpg" alt="salida6.jpg" /></a></p>
<p>Genr8 has a lot of components to create and evolve differents elements, like curves and surfaces.</p>
<p>Attractors, &gt;  act attracting surfaces.</p>
<p>Repellors, &gt; similar like attractor but in a oposite way.</p>
<p>Gravity, &gt; as it`s name, act in an uniform way in the global coordinates (x, y, z)</p>
<p>Boundaries, &gt; you can create boxes, surfaces, to act like boundaries of the growth.</p>
<p>Seeds, &gt; the seed by default it is a regular polygon, and you can control the side, starting position of the polygons, also you can define your own seeds, for example drawing curves or using the grammar of genr8.</p>
<p>this example represent a square:</p>
<p>Edge0 + ~ Edge1 + ~ Edge0 + Edge1<br />
Edge0 -&gt; Edge0 [ [ + Edge1 ] &#8211; ~ Edge1 ] Edge0<br />
Edge1 -&gt; Edge1 [ [ + Edge0 ] &#8211; ~ Edge0 ] Edge1<br />
Angle 90</p>
<p>there are some conditionals to create grammar, In the first line you have to define the Axiom, and only can be a regular  polygon, and may only contain &#8221; + &#8220;,  &#8220;~&#8221; and Edge(number). Each word should be separated by one space, and the  lines need a return. and the comments have to be in separated lines and starting like C++ with two &#8220;//&#8221;, so there are more elements and rules to create seeds by grammar, but this is an idea how can they work.</p>
<p>To create my Own grammars I start using the predifined types and then looks how they work and so on&#8230;</p>
<p>After you define your grammar you have to define the different elements of the growth, for example:</p>
<p>n/  -&gt; the number of the growth steps</p>
<p>s/  -&gt; the sacale of each growth step</p>
<p>rn/ -&gt; the noise that you want in the growth.</p>
<p>fc/  -&gt; fix the center of the growth</p>
<p>ds/  -&gt; if you want draw every step of the growth</p>
<p>and there are too much  Mel commands to create and define the environment.</p>
<p>So the plugin has to control: the scaffold, the environment, the Grammar, the Genetic Engine and the Fitness.</p>
<p dir="ltr" id="result_box">The first exercises come from the page and the papers who explain genr8. the other ones are developed by me.</p>
<p><a href="http://www.designemergente.org/wp-content/uploads/captura-pantalla.jpg" title="captura-pantalla.jpg"><img src="http://www.designemergente.org/wp-content/uploads/captura-pantalla.jpg" alt="captura-pantalla.jpg" /></a></p>
<p>Default Examples:</p>
<p>genr8 -kc</p>
<p>genr8 -fp -sl 8 -n 5 -ba 70 -t 4 -r 0 0 3 -rn 0.1 -s 1.1</p>
<p>polyCube -w 3 -h 4 -d 3<br />
genr8 -t 3 -rn 0.1 -n 4</p>
<p>polyCube -w 3 -h 4 -d 3<br />
genr8 -t 3 -n 5 -a 0 0 4 -g z -0.5</p>
<p>PolySphere -r 5<br />
genr8 -t 4 -n 5 -ba 90 -g z -1 -sp 0 0 7 -sl 3 -s 1.3</p>
<p>genr8 -t 4 -n 6 -ds -s 1.3 -r 0 0 -3 -r 0 4 0 -ba 90 -r 1 -3 -4 -r 2 2 5 -r -3 -2 1</p>
<p>genr8 -t 3 -n 5 -g z -1 -r 0 0 -3</p>
<p>polyCube -w 3 -h 4 -d 3<br />
genr8 -t 4 -n 5 -r 3 3 3 -co</p>
<p>personal experiment:</p>
<p>genr8 -n 5 -rn 0.2 -t 4 -r 0 0 3<br />
-intersting surface results</p>
<p>-Variation 1<br />
genr8 -n 5 -rn 0.2 -t 4 -g z -1 -r 0 0 -3</p>
<p>-Variation 2<br />
genr8 -n 8 -rn 0.1 -t 3 -g z -1 -r 0 0 3 -r 0 0 -3<br />
polyCube -w 15 -h 15 -d 5<br />
genr8 -n 5 -rn 0.2 -t 4 -s 1.2 -a 7.5 7.5 -1 -a -7.5 7.5 -1 -a 7.5 -7.5 -1 -a -7.5 -7.5 -1 -r 0 0 -1<br />
-before to execute, create the polyCube and select it.</p>
<p>-Variation 1 the same thing, select the Polycube before<br />
genr8 -n 4 -rn 0.2 -t 4 -s 1.2 -a 3 3 -1 -a -3 3 -1 -a 3 -3 -1 -a -3 -3 -1 -r 0 0 -1</p>
<p>-Variation 2<br />
-Select the polyCube to get a crazy result in the box.<br />
-or leave it to run free to produce some kind of flower.<br />
genr8 -n 8 -rn 0.2 -t 4 -s 1.2 -a 2 3 -1 -a -2 3 -1 -a 2 -3 -1 -a -2 -3 -1 -r 0 0 0</p>
<p>-looks some familiar element<br />
genr8 -n 8 -fp -t 4 -r 0 0 -5</p>
<p><a href="http://www.designemergente.org/wp-content/uploads/salida1.jpg" title="salida1.jpg"><img src="http://www.designemergente.org/wp-content/uploads/salida1.jpg" alt="salida1.jpg" /></a></p>
<p><a href="http://www.designemergente.org/wp-content/uploads/salida2.jpg" title="salida2.jpg"><img src="http://www.designemergente.org/wp-content/uploads/salida2.jpg" alt="salida2.jpg" /></a></p>
<p><a href="http://www.designemergente.org/wp-content/uploads/salida3.jpg" title="salida3.jpg"><img src="http://www.designemergente.org/wp-content/uploads/salida3.jpg" alt="salida3.jpg" /></a></p>
<p><a href="http://www.designemergente.org/wp-content/uploads/salida4.jpg" title="salida4.jpg"><img src="http://www.designemergente.org/wp-content/uploads/salida4.jpg" alt="salida4.jpg" /></a></p>
<p><a href="http://www.designemergente.org/wp-content/uploads/salida5.jpg" title="salida5.jpg"><img src="http://www.designemergente.org/wp-content/uploads/salida5.jpg" alt="salida5.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designemergente.org/experiment/genr8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
