<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Evolving Genetic Algorithms in Lisp</title>
	<atom:link href="http://www.jakevoytko.com/blog/2008/12/16/evolving-genetic-algorithms-in-lisp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jakevoytko.com/blog/2008/12/16/evolving-genetic-algorithms-in-lisp/</link>
	<description>Ye Olde Computer Science Blogge</description>
	<lastBuildDate>Fri, 18 Jun 2010 17:23:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jasper</title>
		<link>http://www.jakevoytko.com/blog/2008/12/16/evolving-genetic-algorithms-in-lisp/comment-page-1/#comment-9932</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Mon, 22 Feb 2010 20:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakevoytko.com/blog/?p=329#comment-9932</guid>
		<description>Sounds like a nice project! I had a similar idea also involving evolution and lisp evaluation, to make something similar to Darwin bots.(http://www.darwinbots.com/WikiManual/index.php?title=Main_Page) I was a bit half-assed about it, though.

And reading that code now.. it could be better, i wrote it quite a while ago. For one, i didn&#039;t conceptually separate genetics and their Darwinbot-like nature. (And i made way too many variables in the bots too early on.)

Anyway, perhaps instead of evalling the genetic code, you can compile functions from them, it may be faster, depending on how many times the same genetic code is run between changing. Declare has a term for compilation speed too..</description>
		<content:encoded><![CDATA[<p>Sounds like a nice project! I had a similar idea also involving evolution and lisp evaluation, to make something similar to Darwin bots.(http://www.darwinbots.com/WikiManual/index.php?title=Main_Page) I was a bit half-assed about it, though.</p>
<p>And reading that code now.. it could be better, i wrote it quite a while ago. For one, i didn&#8217;t conceptually separate genetics and their Darwinbot-like nature. (And i made way too many variables in the bots too early on.)</p>
<p>Anyway, perhaps instead of evalling the genetic code, you can compile functions from them, it may be faster, depending on how many times the same genetic code is run between changing. Declare has a term for compilation speed too..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robin hall</title>
		<link>http://www.jakevoytko.com/blog/2008/12/16/evolving-genetic-algorithms-in-lisp/comment-page-1/#comment-9910</link>
		<dc:creator>robin hall</dc:creator>
		<pubDate>Wed, 09 Sep 2009 06:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakevoytko.com/blog/?p=329#comment-9910</guid>
		<description>In the associated file genesis.lisp line 104 in my download reads (fit-b (funcall fitness-fun a)))
which should be ....fitness-fun b)))</description>
		<content:encoded><![CDATA[<p>In the associated file genesis.lisp line 104 in my download reads (fit-b (funcall fitness-fun a)))<br />
which should be &#8230;.fitness-fun b)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.jakevoytko.com/blog/2008/12/16/evolving-genetic-algorithms-in-lisp/comment-page-1/#comment-9878</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Mon, 05 Jan 2009 05:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakevoytko.com/blog/?p=329#comment-9878</guid>
		<description>this is great! I&#039;ve got a lot of Lisp code sitting around from my Evolutionary Computation course, and am about to begin writing my own EC package in CL.</description>
		<content:encoded><![CDATA[<p>this is great! I&#8217;ve got a lot of Lisp code sitting around from my Evolutionary Computation course, and am about to begin writing my own EC package in CL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LispNews (no. 2, Dec 10 — 17, 2008) &#171; Common Lisp Weekly News</title>
		<link>http://www.jakevoytko.com/blog/2008/12/16/evolving-genetic-algorithms-in-lisp/comment-page-1/#comment-9862</link>
		<dc:creator>LispNews (no. 2, Dec 10 — 17, 2008) &#171; Common Lisp Weekly News</dc:creator>
		<pubDate>Wed, 17 Dec 2008 08:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakevoytko.com/blog/?p=329#comment-9862</guid>
		<description>[...] Jake Voytko demonstrates Evolving Genetic Algorithms in Lisp. [...]</description>
		<content:encoded><![CDATA[<p>[...] Jake Voytko demonstrates Evolving Genetic Algorithms in Lisp. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
