<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: VectorGA: A Vectorized Implementation of a Genetic Algorithm in Matlab</title>
	<atom:link href="http://blog.hackingevolution.net/2007/01/25/vector-ga/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hackingevolution.net/2007/01/25/vector-ga/</link>
	<description>A Quest For Sound Explanations For the Adaptive Capacity of Evolutionary Systems</description>
	<lastBuildDate>Thu, 18 Feb 2010 00:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Durai</title>
		<link>http://blog.hackingevolution.net/2007/01/25/vector-ga/#comment-49</link>
		<dc:creator>Durai</dc:creator>
		<pubDate>Wed, 21 May 2008 08:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://evoadaptation.wordpress.com/2007/01/25/january-23-2007-untitled/#comment-49</guid>
		<description>I think it may be useful for my project</description>
		<content:encoded><![CDATA[<p>I think it may be useful for my project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panos</title>
		<link>http://blog.hackingevolution.net/2007/01/25/vector-ga/#comment-48</link>
		<dc:creator>Panos</dc:creator>
		<pubDate>Fri, 09 May 2008 20:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://evoadaptation.wordpress.com/2007/01/25/january-23-2007-untitled/#comment-48</guid>
		<description>Interesting and useful.
Any plans to port it to SCILAB (http://www.scilab.org)?
Regards</description>
		<content:encoded><![CDATA[<p>Interesting and useful.<br />
Any plans to port it to SCILAB (<a href="http://www.scilab.org)?" rel="nofollow">http://www.scilab.org)?</a><br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keki</title>
		<link>http://blog.hackingevolution.net/2007/01/25/vector-ga/#comment-47</link>
		<dc:creator>Keki</dc:creator>
		<pubDate>Tue, 20 Nov 2007 04:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://evoadaptation.wordpress.com/2007/01/25/january-23-2007-untitled/#comment-47</guid>
		<description>You&#039;re right. That is a bug. Thanks!</description>
		<content:encoded><![CDATA[<p>You&#8217;re right. That is a bug. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masaya</title>
		<link>http://blog.hackingevolution.net/2007/01/25/vector-ga/#comment-38</link>
		<dc:creator>Masaya</dc:creator>
		<pubDate>Mon, 01 Oct 2007 08:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://evoadaptation.wordpress.com/2007/01/25/january-23-2007-untitled/#comment-38</guid>
		<description>It is very useful.
I found a small bug.Please check it.

line 43
%%%%%%%%%%%%%%%%%%%%%%%%
if size(nargin==1)
    rand(&#039;state&#039;,varargin{:});
else
    rand(&#039;state&#039;,sum(100*clock));
end
%%%%%%%%%%%%%%%%%%%%%%%%

　　　　　　　　　　　　　　　　↓

%%%%%%%%%%%%%%%%%%%%%%%%
if size(varargin)==1
    rand(&#039;state&#039;,varargin{:});
else
    rand(&#039;state&#039;,sum(100*clock));
end
%%%%%%%%%%%%%%%%%%%%%%%%</description>
		<content:encoded><![CDATA[<p>It is very useful.<br />
I found a small bug.Please check it.</p>
<p>line 43<br />
%%%%%%%%%%%%%%%%%%%%%%%%<br />
if size(nargin==1)<br />
    rand(&#8216;state&#8217;,varargin{:});<br />
else<br />
    rand(&#8216;state&#8217;,sum(100*clock));<br />
end<br />
%%%%%%%%%%%%%%%%%%%%%%%%</p>
<p>　　　　　　　　　　　　　　　　↓</p>
<p>%%%%%%%%%%%%%%%%%%%%%%%%<br />
if size(varargin)==1<br />
    rand(&#8216;state&#8217;,varargin{:});<br />
else<br />
    rand(&#8216;state&#8217;,sum(100*clock));<br />
end<br />
%%%%%%%%%%%%%%%%%%%%%%%%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Jeya Mala</title>
		<link>http://blog.hackingevolution.net/2007/01/25/vector-ga/#comment-45</link>
		<dc:creator>D.Jeya Mala</dc:creator>
		<pubDate>Thu, 24 May 2007 09:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://evoadaptation.wordpress.com/2007/01/25/january-23-2007-untitled/#comment-45</guid>
		<description>It will be useful for me in my research</description>
		<content:encoded><![CDATA[<p>It will be useful for me in my research</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sayeh</title>
		<link>http://blog.hackingevolution.net/2007/01/25/vector-ga/#comment-44</link>
		<dc:creator>Sayeh</dc:creator>
		<pubDate>Sat, 19 May 2007 15:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://evoadaptation.wordpress.com/2007/01/25/january-23-2007-untitled/#comment-44</guid>
		<description>That was very usefull for me :)</description>
		<content:encoded><![CDATA[<p>That was very usefull for me :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
