<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ComponentsPluginAndResources</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>Recent changes to ComponentsPluginAndResources</description><atom:link href="https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Nov 2015 10:21:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/feed" rel="self" type="application/rss+xml"/><item><title>ComponentsPluginAndResources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Fri, 20 Nov 2015 10:21:43 -0000</pubDate><guid>https://sourceforge.net42691fadfbfec5571ad848be3e0822ff03e48afe</guid></item><item><title>ComponentsPluginAndResources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Tue, 17 Nov 2015 13:59:16 -0000</pubDate><guid>https://sourceforge.net30741da7686fb473f788d4d1cc36b02f0bf60156</guid></item><item><title>ComponentsPluginAndResources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Sat, 14 Nov 2015 08:52:34 -0000</pubDate><guid>https://sourceforge.netf94bea5c0d4a09a334ada6b9f596762c821bc8c0</guid></item><item><title>ComponentsPluginAndResources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Fri, 13 Nov 2015 10:31:32 -0000</pubDate><guid>https://sourceforge.netb9095c4a97d682e40aa8bd184472707d04c09f67</guid></item><item><title>ComponentsPluginAndResources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,4 +1,4 @@
-[Prev: Running *total99* in batch modality]([Total99Batch]) |  | [Next: Creating a plugin and registering components]([PluginsAndRegistration])
+[Prev: Running *total99* in batch modality]([Total99Batch]) | [Up: Home]([Home]) | [Next: Creating a plugin and registering components]([PluginsAndRegistration])
  -------|--------|----------
         |        |

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Thu, 12 Nov 2015 10:36:27 -0000</pubDate><guid>https://sourceforge.neta0e423911c9bd9545031450ce97b80d44f8b52b0</guid></item><item><title>ComponentsPluginAndResources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,3 +1,11 @@
+[Prev: Running *total99* in batch modality]([Total99Batch]) |  | [Next: Creating a plugin and registering components]([PluginsAndRegistration])
+ -------|--------|----------
+        |        |
+
+**Table of contents**
+
+[TOC]
+
 Creating new components in a plugin and managing resources
 =======

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Thu, 12 Nov 2015 10:21:21 -0000</pubDate><guid>https://sourceforge.net4f57e0d92a5a68dbc8199983df6349fb593500ee</guid></item><item><title>ComponentsPluginAndResources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -2,7 +2,8 @@
 =======

 The first thing to know to extend FARSA is how to create your own plugins and components. Plugins, in fact can be used to implement new experiments, new fitness functions, new sensors, motors, and eventually new control formalisms of learning algorithm.
-In this section we will first show how to create and compile a plugin, then how to implement a component that can be referred from configuration files. We will also introduce the resource mechanism and show how they can be used to increment code reuse withing FARSA
+In this section we will first show how to create and compile a plugin, then how to implement a component that can be referred from configuration files. We will also introduce the resource mechanism and show how they can be used to increment code reuse in FARSA

 1. [Creating a plugin and registering components]([PluginsAndRegistration])
 1. [Configuring components]([ComponentsConfig])
+1. [Declaring and accessing resources]([Resources])
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Thu, 01 Oct 2015 12:20:22 -0000</pubDate><guid>https://sourceforge.net13f8036d3a85a5db0979fbb30aba909b0c0e6ea5</guid></item><item><title>ComponentsPluginAndResources modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPluginAndResources/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,8 +1,8 @@
-Creating new components in a plugin
+Creating new components in a plugin and managing resources
 =======

 The first thing to know to extend FARSA is how to create your own plugins and components. Plugins, in fact can be used to implement new experiments, new fitness functions, new sensors, motors, and eventually new control formalisms of learning algorithm.
-In this section we will first show how to create and compile a plugin, then how to implement a component that can be referred from configuration files
+In this section we will first show how to create and compile a plugin, then how to implement a component that can be referred from configuration files. We will also introduce the resource mechanism and show how they can be used to increment code reuse withing FARSA

 1. [Creating a plugin and registering components]([PluginsAndRegistration])
 1. [Configuring components]([ComponentsConfig])
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Thu, 01 Oct 2015 12:19:21 -0000</pubDate><guid>https://sourceforge.nete2b7205f4c07c1c8291905f40b291f1b83a5fc8c</guid></item><item><title>ComponentsPlugin modified by Stefano Nolfi</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPlugin/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,7 +1,8 @@
 Creating new components in a plugin
 =======

-In this section we will show how to create a plugin to extend FARSA and how to create a component. These steps are the basic ones needed to create all kinds of components (e.g. sensors, motors, robots, experiments, ...). We will first show how to create and compile a plugin, then how to implement a component that can be referred from configuration files
+The first thing to know to extend FARSA is how to create your own plugins and components. Plugins, in fact can be used to implement new experiments, new fitness functions, new sensors, motors, and eventually new control formalisms of learning algorithm.
+In this section we will first show how to create and compile a plugin, then how to implement a component that can be referred from configuration files

 1. [Creating a plugin and registering components]([PluginsAndRegistration])
 1. [Configuring components]([ComponentsConfig])
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Nolfi</dc:creator><pubDate>Thu, 17 Sep 2015 08:22:00 -0000</pubDate><guid>https://sourceforge.netc15e12f52cfc614f3ef3c76f287302e04b21e044</guid></item><item><title>ComponentsPlugin modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/ComponentsPlugin/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -4,4 +4,4 @@
 In this section we will show how to create a plugin to extend FARSA and how to create a component. These steps are the basic ones needed to create all kinds of components (e.g. sensors, motors, robots, experiments, ...). We will first show how to create and compile a plugin, then how to implement a component that can be referred from configuration files

 1. [Creating a plugin and registering components]([PluginsAndRegistration])
-1. [Configuring components]([Configuring components])
+1. [Configuring components]([ComponentsConfig])
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Wed, 02 Sep 2015 13:42:53 -0000</pubDate><guid>https://sourceforge.net3621f992c94bd0a96f56f4d7e7278afee1b4c053</guid></item></channel></rss>