<?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>Our Studio11 &#187; art</title>
	<atom:link href="http://our.studio11.cn/tag/art/feed" rel="self" type="application/rss+xml" />
	<link>http://our.studio11.cn</link>
	<description>中央美术学院 第十一工作室</description>
	<lastBuildDate>Fri, 03 Jun 2011 03:10:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Genetic Programming: Evolution of Mona Lisa</title>
		<link>http://our.studio11.cn/660.html</link>
		<comments>http://our.studio11.cn/660.html#comments</comments>
		<pubDate>Wed, 10 Dec 2008 16:42:14 +0000</pubDate>
		<dc:creator>李沃耕</dc:creator>
				<category><![CDATA[新奇]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[studio11]]></category>

		<guid isPermaLink="false">http://our.studio11.cn/?p=660</guid>
		<description><![CDATA[This weekend I decided to play around a bit with genetic programming and put evolution to the test, the test of fine art.
I created a small program that keeps a string of DNA for polygon rendering. 
 The procedure of the program is quite simple:
0) Setup a random DNA string  (application start)
1) Copy the current DNA [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I decided to play around a bit with genetic programming and put evolution to the test, the test of fine art.</p>
<p>I created a small program that keeps a string of DNA for polygon rendering. <br />
 The procedure of the program is quite simple:</p>
<p>0) Setup a random DNA string  (application start)</p>
<p>1) Copy the current DNA sequence and mutate it slightly<br />
 2) Use the new DNA to render polygons onto a canvas<br />
 3) Compare the canvas to the source image<br />
 4) If the new painting looks more like the source image than the previous painting did, then overwrite the current DNA with the new DNA<br />
 5) repeat from 1</p>
<p>Now to the interesting part.</p>
<p>Could you paint a replica of the Mona Lisa using only 50 semi transparent polygons?</p>
<p>That is the challenge I decided to put my application up to.</p>
<p>The image below is the result of that test:<br />
 (The number below each image is the number of generations it took to reach that specific painting)</p>
<p><img class="alignnone size-medium wp-image-447" title="evolutionofmonalisa" src="http://our.studio11.cn/wp-content/uploads/2008/12/evolutionofmonalisa1-596x3405.gif" alt="" width="596" height="3405" /></p>
]]></content:encoded>
			<wfw:commentRss>http://our.studio11.cn/660.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

