[Avida-cvs] [avida-svn] r1028 - trunk/source/main

jclune at myxo.css.msu.edu jclune at myxo.css.msu.edu
Thu Oct 5 16:12:39 PDT 2006


Author: jclune
Date: 2006-10-05 19:12:39 -0400 (Thu, 05 Oct 2006)
New Revision: 1028

Modified:
   trunk/source/main/cAvidaConfig.h
Log:
changed the way kin distance works to reflect hamilton's r coefficient of relatedness instead of phylogenetic distance

Modified: trunk/source/main/cAvidaConfig.h
===================================================================
--- trunk/source/main/cAvidaConfig.h	2006-10-05 21:33:14 UTC (rev 1027)
+++ trunk/source/main/cAvidaConfig.h	2006-10-05 23:12:39 UTC (rev 1028)
@@ -240,7 +240,7 @@
   CONFIG_ADD_VAR(DEFAULT_BONUS, double, 1.0, "The bonus an organism gets before any tasks");
   CONFIG_ADD_VAR(MERIT_GIVEN, double, 0.0, "Amount of merit donated with 'donoate' command.");
   CONFIG_ADD_VAR(MERIT_RECEIVED, double, 0.0, "Amount of merit received with 'donate' command");
-  CONFIG_ADD_VAR(MAX_DONATE_KIN_DIST, int, -1, "Limit on distance of relation donated to (in terms of hamilton's r. 1=50% shared genes, 2=25% shared genes, etc.; -1=no max");
+  CONFIG_ADD_VAR(MAX_DONATE_KIN_DIST, int, -1, "Limit on distance of relation donated to (in terms of hamilton's r: 1=50% shared genes, 2=25% shared genes, etc.; -1=no max");
   CONFIG_ADD_VAR(MAX_DONATE_EDIT_DIST, int, -1, "Limit on edit distance for donate; -1=no max");
   CONFIG_ADD_VAR(MAX_DONATES, int, 1000000, "Limit on number of donates organisms are allowed.");
   




More information about the Avida-cvs mailing list