<?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: Tackling the travelling salesman problem: hill-climbing</title>
	<atom:link href="http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/</link>
	<description>folding with my brain</description>
	<lastBuildDate>Wed, 10 Feb 2010 09:47:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Psychic Origami &#187; Blog Archive &#187; Tackling the travelling salesman problem: prologue</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-10073</link>
		<dc:creator>Psychic Origami &#187; Blog Archive &#187; Tackling the travelling salesman problem: prologue</dc:creator>
		<pubDate>Wed, 08 Apr 2009 12:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-10073</guid>
		<description>[...] Hill-climbing (the simplest approach) [...]</description>
		<content:encoded><![CDATA[<p>[...] Hill-climbing (the simplest approach) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-10064</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 22 Mar 2009 09:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-10064</guid>
		<description>@karthick sorry there&#039;s only a Python version here.  Though it shouldn&#039;t be too hard to made a c/c++ version yourself...</description>
		<content:encoded><![CDATA[<p>@karthick sorry there&#8217;s only a Python version here.  Though it shouldn&#8217;t be too hard to made a c/c++ version yourself&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthick</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-10063</link>
		<dc:creator>karthick</dc:creator>
		<pubDate>Sat, 21 Mar 2009 18:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-10063</guid>
		<description>please send the full source code for hill climbing method

in c/c++ linguages




thanking you.</description>
		<content:encoded><![CDATA[<p>please send the full source code for hill climbing method</p>
<p>in c/c++ linguages</p>
<p>thanking you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mojtaba</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-10006</link>
		<dc:creator>mojtaba</dc:creator>
		<pubDate>Tue, 06 Jan 2009 17:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-10006</guid>
		<description>thanks i could download</description>
		<content:encoded><![CDATA[<p>thanks i could download</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mojtaba</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-10005</link>
		<dc:creator>mojtaba</dc:creator>
		<pubDate>Tue, 06 Jan 2009 17:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-10005</guid>
		<description>hi
thank you very much but i can not download full source 
may you correct download link or send me it?
sincerely</description>
		<content:encoded><![CDATA[<p>hi<br />
thank you very much but i can not download full source<br />
may you correct download link or send me it?<br />
sincerely</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psychic Origami &#187; Blog Archive &#187; Tackling the travelling salesman problem: simmulated annealing</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-99</link>
		<dc:creator>Psychic Origami &#187; Blog Archive &#187; Tackling the travelling salesman problem: simmulated annealing</dc:creator>
		<pubDate>Thu, 28 Jun 2007 13:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-99</guid>
		<description>[...] the TSP and utility code that will be used for the various optimisation algorithms I shall discuss. Part two covered &#8220;hill-climbing&#8221; (the simplest stochastic optimisation [...]</description>
		<content:encoded><![CDATA[<p>[...] the TSP and utility code that will be used for the various optimisation algorithms I shall discuss. Part two covered &#8220;hill-climbing&#8221; (the simplest stochastic optimisation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psychic Origami &#187; Blog Archive &#187; Tackling the travelling salesman problem: a little profiling</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-35</link>
		<dc:creator>Psychic Origami &#187; Blog Archive &#187; Tackling the travelling salesman problem: a little profiling</dc:creator>
		<pubDate>Sun, 20 May 2007 16:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-35</guid>
		<description>[...] after implementing hill-climbing, I thought it would be a worthwhile exercise to use Python&#8217;s profile module and see what the [...]</description>
		<content:encoded><![CDATA[<p>[...] after implementing hill-climbing, I thought it would be a worthwhile exercise to use Python&#8217;s profile module and see what the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psychic Origami &#187; Blog Archive &#187; Tackling the travelling salesman problem: introduction</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-28</link>
		<dc:creator>Psychic Origami &#187; Blog Archive &#187; Tackling the travelling salesman problem: introduction</dc:creator>
		<pubDate>Sat, 12 May 2007 13:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-28</guid>
		<description>[...] of a route. The missing part is being able to generate a good route. I&#8217;ll save that for the next part, where I&#8217;ll discuss the simplest stochastic optimisation method: [...]</description>
		<content:encoded><![CDATA[<p>[...] of a route. The missing part is being able to generate a good route. I&#8217;ll save that for the next part, where I&#8217;ll discuss the simplest stochastic optimisation method: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
