<?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>webstersprodigy.net &#187; artificial intelligence</title>
	<atom:link href="http://webstersprodigy.net/tag/artificial-intelligence/feed/" rel="self" type="application/rss+xml" />
	<link>http://webstersprodigy.net</link>
	<description></description>
	<lastBuildDate>Fri, 13 Aug 2010 02:34:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>8-queens problem hill climbing python implementation</title>
		<link>http://webstersprodigy.net/2009/10/31/8-queens-problem-hill-climbing-python/</link>
		<comments>http://webstersprodigy.net/2009/10/31/8-queens-problem-hill-climbing-python/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 20:13:37 +0000</pubDate>
		<dc:creator>webstersprodigy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://webstersprodigy.net/?p=627</guid>
		<description><![CDATA[This program is a hillclimbing program solution to the 8 queens problem. The algorithm is silly in some places, but suits the purposes for this assignment I think. It was tested with python 2.6.1 with psyco installed. If big runs are being tried, having psyco may be important to maintain sanity, since it will speed things up significanlty. Otherwise, you may want to stick to --numrun being less than around 50. ]]></description>
		<wfw:commentRss>http://webstersprodigy.net/2009/10/31/8-queens-problem-hill-climbing-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
