<?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: Evolutionary Algorithms in python, queens example</title>
	<atom:link href="http://www.stealthcopter.com/blog/2009/09/evolutionary-algorithms-in-python-queens-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog/2009/09/evolutionary-algorithms-in-python-queens-example/</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:58:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kakarukeys</title>
		<link>http://www.stealthcopter.com/blog/2009/09/evolutionary-algorithms-in-python-queens-example/comment-page-1/#comment-44</link>
		<dc:creator>kakarukeys</dc:creator>
		<pubDate>Wed, 02 Dec 2009 06:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=170#comment-44</guid>
		<description>Hi,

Your code could be written in fewer lines. Try to use techniques like list comprehension and built-in functions.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your code could be written in fewer lines. Try to use techniques like list comprehension and built-in functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://www.stealthcopter.com/blog/2009/09/evolutionary-algorithms-in-python-queens-example/comment-page-1/#comment-24</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Sat, 19 Sep 2009 08:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=170#comment-24</guid>
		<description>Of course there are easier ways to solve the problem but I don&#039;t believe the test_generators method above uses an evolutionary algorithm (I might be wrong as I&#039;ve not got or used this module before) which was the whole purpose of me writing this.</description>
		<content:encoded><![CDATA[<p>Of course there are easier ways to solve the problem but I don&#8217;t believe the test_generators method above uses an evolutionary algorithm (I might be wrong as I&#8217;ve not got or used this module before) which was the whole purpose of me writing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ΤΖΩΤΖΙΟΥ</title>
		<link>http://www.stealthcopter.com/blog/2009/09/evolutionary-algorithms-in-python-queens-example/comment-page-1/#comment-23</link>
		<dc:creator>ΤΖΩΤΖΙΟΥ</dc:creator>
		<pubDate>Sat, 19 Sep 2009 01:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=170#comment-23</guid>
		<description>Hm.

&gt;&gt;&gt; import test.test_generators as ttg
&gt;&gt;&gt; solutions=ttg.Queens(8).solve()
&gt;&gt;&gt; solutions.next()
[0, 4, 7, 5, 2, 6, 1, 3]
&gt;&gt;&gt; solutions.next()
[0, 5, 7, 2, 6, 3, 1, 4]

test.test_generators is a very pleasant read.</description>
		<content:encoded><![CDATA[<p>Hm.</p>
<p>&gt;&gt;&gt; import test.test_generators as ttg<br />
&gt;&gt;&gt; solutions=ttg.Queens(8).solve()<br />
&gt;&gt;&gt; solutions.next()<br />
[0, 4, 7, 5, 2, 6, 1, 3]<br />
&gt;&gt;&gt; solutions.next()<br />
[0, 5, 7, 2, 6, 3, 1, 4]</p>
<p>test.test_generators is a very pleasant read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://www.stealthcopter.com/blog/2009/09/evolutionary-algorithms-in-python-queens-example/comment-page-1/#comment-21</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=170#comment-21</guid>
		<description>JGM, sorry about that. There was a typo that I copied an pasted for all the links in the syntax of the link. It&#039;s fixed now, and links are working.

Thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>JGM, sorry about that. There was a typo that I copied an pasted for all the links in the syntax of the link. It&#8217;s fixed now, and links are working.</p>
<p>Thanks for pointing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JGM</title>
		<link>http://www.stealthcopter.com/blog/2009/09/evolutionary-algorithms-in-python-queens-example/comment-page-1/#comment-20</link>
		<dc:creator>JGM</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=170#comment-20</guid>
		<description>Heya, tried to grab the commented version from the links at the bottom and they appear busted...</description>
		<content:encoded><![CDATA[<p>Heya, tried to grab the commented version from the links at the bottom and they appear busted&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
