<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.2.3-2.2.1" -->
<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/"
	>

<channel>
	<title>LCS and other GBML &#187; Software</title>
	<link>http://www.illigal.uiuc.edu/web/lcs-n-gbml</link>
	<description>The blog about learning classifier systems and other genetics-based machine learning</description>
	<pubDate>Wed, 19 Sep 2007 14:38:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.3-2.2.1</generator>
	<language>en</language>
			<item>
		<title>E2K blog has moved</title>
		<link>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2007/08/02/e2k-blog-has-moved/</link>
		<comments>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2007/08/02/e2k-blog-has-moved/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 19:37:54 +0000</pubDate>
		<dc:creator>Xavier Llorà</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/lcs-n-gbml/2007/08/02/e2k-blog-has-moved/</guid>
		<description><![CDATA[The E2K blog has moved. You can reach it at
http://dita.ncsa.uiuc.edu/e2k/
]]></description>
			<content:encoded><![CDATA[<p>The E2K blog has moved. You can reach it at</p>
<p><a href="http://dita.ncsa.uiuc.edu/e2k/">http://dita.ncsa.uiuc.edu/e2k/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2007/08/02/e2k-blog-has-moved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XCSFJava 1.1</title>
		<link>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2007/08/01/xcsfjava-11/</link>
		<comments>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2007/08/01/xcsfjava-11/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 14:28:13 +0000</pubDate>
		<dc:creator>Xavier Llorà</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/lcs-n-gbml/2007/08/01/xcsfjava-11/</guid>
		<description><![CDATA[XCSFJava 1.1 code authored by Martin V. Butz was posted online and its documentation was posted as Missouri Estimation of Distribution Algorithms Laboratory Technical Report No. 2007008. Click here to access MEDAL software, or  here to access MEDAL reports.
]]></description>
			<content:encoded><![CDATA[<p>XCSFJava 1.1 code authored by Martin V. Butz was posted online and its documentation was posted as Missouri Estimation of Distribution Algorithms Laboratory Technical Report No. 2007008. Click <a href="http://medal.cs.umsl.edu/files/XCSFJava1.1.zip">here</a> to access MEDAL software, or <a href="http://medal.cs.umsl.edu/publications.php?type=tr"> here</a> to access MEDAL reports.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2007/08/01/xcsfjava-11/feed/</wfw:commentRss>
		</item>
		<item>
		<title>E2K: Evolution to knowledge</title>
		<link>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/10/21/e2k-evolution-to-knowledge/</link>
		<comments>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/10/21/e2k-evolution-to-knowledge/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 15:50:44 +0000</pubDate>
		<dc:creator>Xavier Llorà</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/10/21/e2k-evolution-to-knowledge/</guid>
		<description><![CDATA[Evolution to Knowledge (E2K) is a set of Data to Knowledge (D2K) modules and itineraries that perform genetic algorithms (GA) and genetics-based machine learning (GBML) related tasks. The goal of E2K is to fold: simplify the process of building GA/GBML related tasks, and provide a simple exploratory workbench for the evolutionary computation community to help [...]]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://adelle3.ncsa.uiuc.edu/blogs-e2k/">Evolution to Knowledge</a></em> (E2K) is a set of <em>Data to Knowledge</em> (<a href="http://alg.ncsa.uiuc.edu/do/tools/d2k">D2K</a>) modules and itineraries that perform genetic algorithms (GA) and genetics-based machine learning (GBML) related tasks. The goal of E2K is to fold: simplify the process of building GA/GBML related tasks, and provide a simple exploratory workbench for the evolutionary computation community to help users to interact with evolutionary processes. It can help to create complex tasks or help the newcomer to get familiarized and trained with the evolutionary methods and techniques provided. Moreover, due to its integration into D2K, the creation of combined data mining and evolutionary task can be effortlessly done via the visual programming paradigm provided by the workflow environment and also wrap other evolutionary computation software.</p>
<p>E2K targets the creation of a common shared framework for the evolutionary computation community. E2K allows users to reuse evolutionary components and, using a visual programming paradigm, connect them to create applications that fulfill the targeted needs. E2K is a project built around the D2K framework developed by the <a href="http://alg.ncsa.uiuc.edu">Automated Learning Group</a> at the <a href="http://www.ncsa.uiuc.edu">National Center for Supercomputing Applications</a>. D2K’s dataflow architecture provides users with a simple workbench where they can rapidly create applications visually by just dragging and connecting components (modules) together. E2K modules provide simple computation activities—such as evaluation, selection, and recombination mechanism—that when combined together create complex evolutionary computation algorithms. Due to the module standardization in D2K, it can act as integrator of evolutionary techniques and library—for instance wrapping ECJ or Open BEAGLE components—and also take advantage of the data mining techniques provided with the D2K.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/10/21/e2k-evolution-to-knowledge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GALE is back</title>
		<link>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/05/21/gale-is-back/</link>
		<comments>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/05/21/gale-is-back/#comments</comments>
		<pubDate>Sun, 21 May 2006 16:02:30 +0000</pubDate>
		<dc:creator>Xavier Llorà</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/05/21/gale-is-back/</guid>
		<description><![CDATA[Xavier Llor&#224; has just update the webpage about GALE. GALE can be reached and downloaded here.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www-illigal.ge.uiuc.edu/xllora">Xavier Llor&agrave;</a> has just update the webpage about GALE. GALE can be reached and downloaded <a href="http://www-illigal.ge.uiuc.edu/xllora/2006/05/10/gale-is-back/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/05/21/gale-is-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LCS software</title>
		<link>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/02/20/lcs-software/</link>
		<comments>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/02/20/lcs-software/#comments</comments>
		<pubDate>Mon, 20 Feb 2006 15:59:09 +0000</pubDate>
		<dc:creator>Xavier Llorà</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/02/20/lcs-software/</guid>
		<description><![CDATA[If you are looking for some freely available LCS software, you can find a list maintained by Jan Drugowitsch  here.
]]></description>
			<content:encoded><![CDATA[<p>If you are looking for some freely available LCS software, you can find a list maintained by <a href="">Jan Drugowitsch</a>  <a href="http://lcsweb.cs.bath.ac.uk/software">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.illigal.uiuc.edu/web/lcs-n-gbml/2006/02/20/lcs-software/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
