<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CustomizeEnvironment</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</link><description>Recent changes to CustomizeEnvironment</description><atom:link href="https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Nov 2015 10:21:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/feed" rel="self" type="application/rss+xml"/><item><title>CustomizeEnvironment modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</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:46 -0000</pubDate><guid>https://sourceforge.net4debc989dbe4d5db7a416e9607d7d2f0efbe4ecb</guid></item><item><title>CustomizeEnvironment modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</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:19 -0000</pubDate><guid>https://sourceforge.net073b243225d809636fa62568db992dac15786af7</guid></item><item><title>CustomizeEnvironment modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -9,8 +9,8 @@
 Customizing the environment
 =======

-The characteristics of the environment in which the robots are situated and eventually the way in which the environment is re-initialized during different periods of the robots' lifetime (trials) are usually specified within the source code of the experimental plugins (with the exception of few aspects that can be set through parameters). The exemplificative experiments provide several examples on how the environment con be configured and initialized. In this section we provide a systematic description of the *Arena* component and of the *Worldsim* library that can be used for that porpouse.
+The characteristics of the environment in which the robots are situated and eventually the way in which the environment is re-initialized during different periods of the robots' lifetime (trials) are usually specified within the source code of the experimental plugins (with the exception of few aspects that can be set through parameters). The exemplificative experiments provide several examples on how the environment con be configured and initialized. In this section we provide a systematic description of the *Arena* component and of the *Worldsim* library that can be used for that purpose.

-The *Arena* component has been designed to support the creation of environment for wheeled robots that tipically operate over a planer surcafe. The *Worldsim* component, instead, has been designed for other type of environments. 
+The *Arena* component has been designed to support the creation of environment for wheeled robots that tipically operate over a planar surface. The *Worldsim* library, instead, has been designed for other type of environments.

 For exerimental plugin based on the *EvoRobotComponent* class, the source code specifying the creation and configuration of the environment is tipically enclosed or called within the *postConfigureInitialization()* or *InitIndividual()* or *InitTrial()* functions (see  [Creating a new experiment]([CreatingNewExperiment]) for more details).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomassino Ferrauto</dc:creator><pubDate>Sun, 15 Nov 2015 21:49:35 -0000</pubDate><guid>https://sourceforge.net7acd1aeacce1d7e5a8de475a5f9988e3a03342f2</guid></item><item><title>CustomizeEnvironment modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -9,7 +9,7 @@
 Customizing the environment
 =======

-The characteristics of the environment in which the robots are situated and eventually the way in which the environment is re-initialized during different periods of the robots' lifetime (trials) are usually specified within the source code of the experimental plugins (with the exception of few aspects that can be set through parameters). The exemplificative experiments provide several examples on how the environment con be configured and initialized. In this section we provide a systematic description of the *Arena* and *World* components that can be used for that. 
+The characteristics of the environment in which the robots are situated and eventually the way in which the environment is re-initialized during different periods of the robots' lifetime (trials) are usually specified within the source code of the experimental plugins (with the exception of few aspects that can be set through parameters). The exemplificative experiments provide several examples on how the environment con be configured and initialized. In this section we provide a systematic description of the *Arena* component and of the *Worldsim* library that can be used for that porpouse.

 The *Arena* component has been designed to support the creation of environment for wheeled robots that tipically operate over a planer surcafe. The *Worldsim* component, instead, has been designed for other type of environments. 

&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:38 -0000</pubDate><guid>https://sourceforge.net6f9fa8041cea5d0a7091fc8f20dfcf606c0f87b3</guid></item><item><title>CustomizeEnvironment modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</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:35 -0000</pubDate><guid>https://sourceforge.neta069c5bab08ababe4c26085b7917577d530d6164</guid></item><item><title>CustomizeEnvironment modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,4 +1,4 @@
-[Prev: The Component and BaseExperiment classes]([ComponentBaseExperiment]) |  | [Next: The Arena Component]([ArenaComponent])
+[Prev: The Component and BaseExperiment classes]([ComponentBaseExperiment]) | [Up: Home]([Home]) | [Next: The Arena Component]([ArenaComponent])
  -------|--------|----------
         |        |

&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:30 -0000</pubDate><guid>https://sourceforge.netd8291140d418fe0cd43ef56df9d1ecaa91f1533b</guid></item><item><title>CustomizeEnvironment modified by Tomassino Ferrauto</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,3 +1,11 @@
+[Prev: The Component and BaseExperiment classes]([ComponentBaseExperiment]) |  | [Next: The Arena Component]([ArenaComponent])
+ -------|--------|----------
+        |        |
+
+**Table of contents**
+
+[TOC]
+
 Customizing the environment
 =======

&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:24 -0000</pubDate><guid>https://sourceforge.net3a6ad19939b0d845ba00e6e5649c21a11089c84f</guid></item><item><title>CustomizeEnvironment modified by Stefano Nolfi</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -3,6 +3,6 @@

 The characteristics of the environment in which the robots are situated and eventually the way in which the environment is re-initialized during different periods of the robots' lifetime (trials) are usually specified within the source code of the experimental plugins (with the exception of few aspects that can be set through parameters). The exemplificative experiments provide several examples on how the environment con be configured and initialized. In this section we provide a systematic description of the *Arena* and *World* components that can be used for that. 

-The *Arena* component has been designed to support the creation of environment for wheeled robots that tipically operate over a planer surcafe. The *World* component, instead, has been designed for other type of environments. 
+The *Arena* component has been designed to support the creation of environment for wheeled robots that tipically operate over a planer surcafe. The *Worldsim* component, instead, has been designed for other type of environments. 

 For exerimental plugin based on the *EvoRobotComponent* class, the source code specifying the creation and configuration of the environment is tipically enclosed or called within the *postConfigureInitialization()* or *InitIndividual()* or *InitTrial()* functions (see  [Creating a new experiment]([CreatingNewExperiment]) for more details).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Nolfi</dc:creator><pubDate>Wed, 28 Oct 2015 11:02:56 -0000</pubDate><guid>https://sourceforge.net3813857ca4744e9efcc67b21c2bef1f77a0b1cf1</guid></item><item><title>CustomizeEnvironment modified by Stefano Nolfi</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,8 +1,8 @@
 Customizing the environment
 =======

-The characteristics of the environment in which the robots are situated and eventually the way in which the environment is re-initialized during different periods of the robots' lifetime (trials) are usually specified within the source code of the experimental plugins (with the exception of few aspects that can be set through parameters). The exemplificative experiments provide a series of example on how to configure and initialize the environment. Here we provide a systematic description of the method that you can use. 
+The characteristics of the environment in which the robots are situated and eventually the way in which the environment is re-initialized during different periods of the robots' lifetime (trials) are usually specified within the source code of the experimental plugins (with the exception of few aspects that can be set through parameters). The exemplificative experiments provide several examples on how the environment con be configured and initialized. In this section we provide a systematic description of the *Arena* and *World* components that can be used for that. 

-In this section we describe the *Arena* and *World* components that represent two alternative method for creating environments. The former component is particularly suitable for wheeled robots that move over a plane while the latter for other kind of robots.
+The *Arena* component has been designed to support the creation of environment for wheeled robots that tipically operate over a planer surcafe. The *World* component, instead, has been designed for other type of environments. 

-The functions for creating the environment are generally called within the postConfigureInitialization() or InitIndividual() or InitTrial() method of a RobotExperiment class.
+For exerimental plugin based on the *EvoRobotComponent* class, the source code specifying the creation and configuration of the environment is tipically enclosed or called within the *postConfigureInitialization()* or *InitIndividual()* or *InitTrial()* functions (see  [Creating a new experiment]([CreatingNewExperiment]) for more details).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Nolfi</dc:creator><pubDate>Wed, 28 Oct 2015 10:50:56 -0000</pubDate><guid>https://sourceforge.net4ad82443418e7234af6f2ac89efa9cfdf292dff1</guid></item><item><title>CustomizeEnvironment modified by Stefano Nolfi</title><link>https://sourceforge.net/p/farsa/wiki/CustomizeEnvironment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -5,4 +5,4 @@

 In this section we describe the *Arena* and *World* components that represent two alternative method for creating environments. The former component is particularly suitable for wheeled robots that move over a plane while the latter for other kind of robots.

-The instructions for creating the environment are generally included or called within the postConfigureInitialization() method of am experimental plugin class, which is executed after the initialization of the experiment and of parameters of the experiment.
+The functions for creating the environment are generally called within the postConfigureInitialization() or InitIndividual() or InitTrial() method of a RobotExperiment class.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Nolfi</dc:creator><pubDate>Thu, 22 Oct 2015 15:15:25 -0000</pubDate><guid>https://sourceforge.net0727fd76b91dc9d583d84168206d2393461d380b</guid></item></channel></rss>