<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -200,7 +200,6 @@ replacing rules.&quot;
   'rule-fun', and the evaluation function is 'fitness-fun'&quot;
   (setf *CURRENT-POPULATION* (prep-population starting-rules population-size))
   (dotimes (gen-num generations)
-    (sb-ext:gc :full t) ; SBCL's performance is awful without this
     (format t &quot;~A~%&quot; gen-num)
     (run-generation rule-fun fitness-fun)))
 </diff>
      <filename>genesis.lisp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a93843a40ebdafdd223e410f14223858dde0a14b</id>
    </parent>
  </parents>
  <author>
    <name>Jake Voytko</name>
    <email>jakevoytko@gmail.com</email>
  </author>
  <url>http://github.com/jakevoytko/genesis/commit/4a5c7b3b20cb248a0e95c5c9a00bb1b57b749150</url>
  <id>4a5c7b3b20cb248a0e95c5c9a00bb1b57b749150</id>
  <committed-date>2009-01-03T08:50:39-08:00</committed-date>
  <authored-date>2009-01-03T08:50:39-08:00</authored-date>
  <message>Removed the automatic garbage collection from each round. I'm not sure what I did, but all of a sudden SBCL's automatic garbage collection is profiling faster than forcing it every round.</message>
  <tree>e84306f77dc7d444cb8190a7093d4b1f491dfedf</tree>
  <committer>
    <name>Jake Voytko</name>
    <email>jakevoytko@gmail.com</email>
  </committer>
</commit>
