<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Command Line Parameters</title><link>https://sourceforge.net/p/documentevolution/wiki/Command%2520Line%2520Parameters/</link><description>Recent changes to Command Line Parameters</description><atom:link href="https://sourceforge.net/p/documentevolution/wiki/Command%20Line%20Parameters/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 19 Nov 2013 05:57:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/documentevolution/wiki/Command%20Line%20Parameters/feed" rel="self" type="application/rss+xml"/><item><title>Command Line Parameters modified by John Spencer</title><link>https://sourceforge.net/p/documentevolution/wiki/Command%2520Line%2520Parameters/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -26,3 +26,6 @@
 * --hearing # Distance of hearing capability (in pixels)
 * --dump_status Dump the status to a text file as the program runs
 * --carnivore_present Is a carnivore present at the beginning of the program
+* --temperature_shifting # How often we shift the temperature at random
+* --generational_report # How often we dump a report (count by generations)
+* --dump_toxin # How often do we dump toxin into the air
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Spencer</dc:creator><pubDate>Tue, 19 Nov 2013 05:57:10 -0000</pubDate><guid>https://sourceforge.netf53d85093091501e1cc248b0bb041c2070d0168e</guid></item><item><title>Command Line Parameters modified by John Spencer</title><link>https://sourceforge.net/p/documentevolution/wiki/Command%2520Line%2520Parameters/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,7 +4,6 @@
 * --plant_reproduction # How long until a plant goes to seed
 * --plant_regeneration # How long until an eaten plant regrows
 * --vision # Starting vision distance (in pixels) for animals
-* --carnivores # Starting carnivores in the grid
 * --herbivores # Starting herbivores in the grid
 * --food # Starting pieces of food in the grid
 * --litter_size # Starting number of children born at a time
@@ -25,4 +24,5 @@
 * --strength # The strength of a creature (applicable to carnivores)
 * --armor # The defensive ability of a creature (applicable to herbivores)
 * --hearing # Distance of hearing capability (in pixels)
-* --dump_status Exports all status updates to a save file
+* --dump_status Dump the status to a text file as the program runs
+* --carnivore_present Is a carnivore present at the beginning of the program
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Spencer</dc:creator><pubDate>Fri, 15 Nov 2013 03:01:58 -0000</pubDate><guid>https://sourceforge.nete5f44acc2bd9548b8821fc52d7ab58d11d4e0dbf</guid></item><item><title>Command Line Parameters modified by John Spencer</title><link>https://sourceforge.net/p/documentevolution/wiki/Command%2520Line%2520Parameters/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -25,3 +25,4 @@
 * --strength # The strength of a creature (applicable to carnivores)
 * --armor # The defensive ability of a creature (applicable to herbivores)
 * --hearing # Distance of hearing capability (in pixels)
+* --dump_status Exports all status updates to a save file
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Spencer</dc:creator><pubDate>Wed, 13 Nov 2013 07:52:49 -0000</pubDate><guid>https://sourceforge.neta39e913bc280858fdbf64c89239a3ffcc9357dc9</guid></item><item><title>Command Line Parameters modified by John Spencer</title><link>https://sourceforge.net/p/documentevolution/wiki/Command%2520Line%2520Parameters/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,27 +1,27 @@
 # Command Line Parameters #

-* --std_retention [NUMBER] Number of cycles an STD lasts
-* --plant_reproduction [NUMBER] How long until a plant goes to seed
-* --plant_regeneration [NUMBER] How long until an eaten plant regrows
-* --vision [NUMBER] Starting vision distance (in pixels) for animals
-* --carnivores [NUMBER] Starting carnivores in the grid
-* --herbivores [NUMBER] Starting herbivores in the grid
-* --food [NUMBER] Starting pieces of food in the grid
-* --litter_size [NUMBER] Starting number of children born at a time
-* --sexual_maturity [NUMBER] Age of child before they can start mating
-* --sexual_impotence [NUMBER] Age of creature to stop mating
-* --age_limit [NUMBER] How long a creature can survive
-* --temperature [NUMBER] Starting temperature of the game
-* --climate_upper [NUMBER] Upper limit of the environment's temperature
-* --climate_lower [NUMBER] Lower limit of the environment's temperature
-* --starvation_level [NUMBER] How long until a creature starves to death
-* --speed [NUMBER] How fast is the creature (in pixels per round)
-* --hunger_difference [NUMBER] The difference between starving to death and hunger
-* --starvation_difference [NUMBER] The difference between starving and starving to death
-* --gestational_period [NUMBER] How long a creature carries a baby
-* --flu_duration [NUMBER] Number of cycles the flu lasts
-* --heat_limit [NUMBER] The upper limit of what a creature can survive in
-* --cool_limit [NUMBER] The lower climate limit of what a creature can survive in
-* --strength [NUMBER] The strength of a creature (applicable to carnivores)
-* --armor [NUMBER] The defensive ability of a creature (applicable to herbivores)
-* --hearing [NUMBER] Distance of hearing capability (in pixels)
+* --std_retention # Number of cycles an STD lasts
+* --plant_reproduction # How long until a plant goes to seed
+* --plant_regeneration # How long until an eaten plant regrows
+* --vision # Starting vision distance (in pixels) for animals
+* --carnivores # Starting carnivores in the grid
+* --herbivores # Starting herbivores in the grid
+* --food # Starting pieces of food in the grid
+* --litter_size # Starting number of children born at a time
+* --sexual_maturity # Age of child before they can start mating
+* --sexual_impotence # Age of creature to stop mating
+* --age_limit # How long a creature can survive
+* --temperature # Starting temperature of the game
+* --climate_upper # Upper limit of the environment's temperature
+* --climate_lower # Lower limit of the environment's temperature
+* --starvation_level # How long until a creature starves to death
+* --speed # How fast is the creature (in pixels per round)
+* --hunger_difference # The difference between starving to death and hunger
+* --starvation_difference # The difference between starving and starving to death
+* --gestational_period # How long a creature carries a baby
+* --flu_duration # Number of cycles the flu lasts
+* --heat_limit # The upper limit of what a creature can survive in
+* --cool_limit # The lower climate limit of what a creature can survive in
+* --strength # The strength of a creature (applicable to carnivores)
+* --armor # The defensive ability of a creature (applicable to herbivores)
+* --hearing # Distance of hearing capability (in pixels)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Spencer</dc:creator><pubDate>Thu, 07 Nov 2013 22:40:19 -0000</pubDate><guid>https://sourceforge.net7f4eea7b08dcf0c476d065e7c1515a2732c4fab3</guid></item><item><title>Command Line Parameters modified by John Spencer</title><link>https://sourceforge.net/p/documentevolution/wiki/Command%2520Line%2520Parameters/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="command-line-parameters"&gt;Command Line Parameters&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;--std_retention &lt;span&gt;[NUMBER]&lt;/span&gt; Number of cycles an STD lasts&lt;/li&gt;
&lt;li&gt;--plant_reproduction &lt;span&gt;[NUMBER]&lt;/span&gt; How long until a plant goes to seed&lt;/li&gt;
&lt;li&gt;--plant_regeneration &lt;span&gt;[NUMBER]&lt;/span&gt; How long until an eaten plant regrows&lt;/li&gt;
&lt;li&gt;--vision &lt;span&gt;[NUMBER]&lt;/span&gt; Starting vision distance (in pixels) for animals&lt;/li&gt;
&lt;li&gt;--carnivores &lt;span&gt;[NUMBER]&lt;/span&gt; Starting carnivores in the grid&lt;/li&gt;
&lt;li&gt;--herbivores &lt;span&gt;[NUMBER]&lt;/span&gt; Starting herbivores in the grid&lt;/li&gt;
&lt;li&gt;--food &lt;span&gt;[NUMBER]&lt;/span&gt; Starting pieces of food in the grid&lt;/li&gt;
&lt;li&gt;--litter_size &lt;span&gt;[NUMBER]&lt;/span&gt; Starting number of children born at a time&lt;/li&gt;
&lt;li&gt;--sexual_maturity &lt;span&gt;[NUMBER]&lt;/span&gt; Age of child before they can start mating&lt;/li&gt;
&lt;li&gt;--sexual_impotence &lt;span&gt;[NUMBER]&lt;/span&gt; Age of creature to stop mating&lt;/li&gt;
&lt;li&gt;--age_limit &lt;span&gt;[NUMBER]&lt;/span&gt; How long a creature can survive&lt;/li&gt;
&lt;li&gt;--temperature &lt;span&gt;[NUMBER]&lt;/span&gt; Starting temperature of the game&lt;/li&gt;
&lt;li&gt;--climate_upper &lt;span&gt;[NUMBER]&lt;/span&gt; Upper limit of the environment's temperature&lt;/li&gt;
&lt;li&gt;--climate_lower &lt;span&gt;[NUMBER]&lt;/span&gt; Lower limit of the environment's temperature&lt;/li&gt;
&lt;li&gt;--starvation_level &lt;span&gt;[NUMBER]&lt;/span&gt; How long until a creature starves to death&lt;/li&gt;
&lt;li&gt;--speed &lt;span&gt;[NUMBER]&lt;/span&gt; How fast is the creature (in pixels per round)&lt;/li&gt;
&lt;li&gt;--hunger_difference &lt;span&gt;[NUMBER]&lt;/span&gt; The difference between starving to death and hunger&lt;/li&gt;
&lt;li&gt;--starvation_difference &lt;span&gt;[NUMBER]&lt;/span&gt; The difference between starving and starving to death&lt;/li&gt;
&lt;li&gt;--gestational_period &lt;span&gt;[NUMBER]&lt;/span&gt; How long a creature carries a baby&lt;/li&gt;
&lt;li&gt;--flu_duration &lt;span&gt;[NUMBER]&lt;/span&gt; Number of cycles the flu lasts&lt;/li&gt;
&lt;li&gt;--heat_limit &lt;span&gt;[NUMBER]&lt;/span&gt; The upper limit of what a creature can survive in&lt;/li&gt;
&lt;li&gt;--cool_limit &lt;span&gt;[NUMBER]&lt;/span&gt; The lower climate limit of what a creature can survive in&lt;/li&gt;
&lt;li&gt;--strength &lt;span&gt;[NUMBER]&lt;/span&gt; The strength of a creature (applicable to carnivores)&lt;/li&gt;
&lt;li&gt;--armor &lt;span&gt;[NUMBER]&lt;/span&gt; The defensive ability of a creature (applicable to herbivores)&lt;/li&gt;
&lt;li&gt;--hearing &lt;span&gt;[NUMBER]&lt;/span&gt; Distance of hearing capability (in pixels)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Spencer</dc:creator><pubDate>Thu, 07 Nov 2013 22:39:48 -0000</pubDate><guid>https://sourceforge.net9716712c14f70b9eb3488e2df8dd849e33415f82</guid></item></channel></rss>