<?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, 07 Dec 2011 09:53:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: CS2430 &#8211; Traveling Salesman Problem &#124; Sumner Creations &#8211; Blog</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-14066</link>
		<dc:creator>CS2430 &#8211; Traveling Salesman Problem &#124; Sumner Creations &#8211; Blog</dc:creator>
		<pubDate>Wed, 07 Dec 2011 09:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-14066</guid>
		<description>[...] and get my application functioning properly. I came across a very interesting implementation at Psychic Origami that I thought would be fun to use. Unfortunately, it&#8217;s a bit over my head right now and it [...]</description>
		<content:encoded><![CDATA[<p>[...] and get my application functioning properly. I came across a very interesting implementation at Psychic Origami that I thought would be fun to use. Unfortunately, it&#8217;s a bit over my head right now and it [...]</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-12419</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 15 Dec 2010 20:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-12419</guid>
		<description>@ashresth How have you tried to modify the code for tabu search?  I principle you &quot;just&quot; need to maintain a list of previously tried moves, that you will no longer do.  The hillclimbing code will probably need more modification to make it work for tabu though.  At the moment the move_operator always returns new solutions, but you need to just record the move used to get to that solution.</description>
		<content:encoded><![CDATA[<p>@ashresth How have you tried to modify the code for tabu search?  I principle you &#8220;just&#8221; need to maintain a list of previously tried moves, that you will no longer do.  The hillclimbing code will probably need more modification to make it work for tabu though.  At the moment the move_operator always returns new solutions, but you need to just record the move used to get to that solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashresth</title>
		<link>http://www.psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/comment-page-1/#comment-12410</link>
		<dc:creator>ashresth</dc:creator>
		<pubDate>Wed, 15 Dec 2010 18:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://psychicorigami.com/2007/05/12/tackling-the-travelling-salesman-problem-hill-climbing/#comment-12410</guid>
		<description>I trying to implement tabu search for TSP using your source code. Can you suggest what changes I need to make, in particular how should I update the tabu list? Thank you.</description>
		<content:encoded><![CDATA[<p>I trying to implement tabu search for TSP using your source code. Can you suggest what changes I need to make, in particular how should I update the tabu list? Thank you.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

