[jboss-svn-commits] JBL Code SVN: r16466 - labs/jbossrules/trunk/documentation/manual/en/Chapter-Solver.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 9 10:42:02 EST 2007


Author: ge0ffrey
Date: 2007-11-09 10:42:02 -0500 (Fri, 09 Nov 2007)
New Revision: 16466

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-Solver/Section-Local_Search_Solver.xml
Log:
first randomly proposed

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Solver/Section-Local_Search_Solver.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Solver/Section-Local_Search_Solver.xml	2007-11-09 14:29:26 UTC (rev 16465)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Solver/Section-Local_Search_Solver.xml	2007-11-09 15:42:02 UTC (rev 16466)
@@ -667,6 +667,10 @@
 
         <para>Generates a random number for each accepted move and if it's
         below the move's accept chance, it picks it as the next move.</para>
+
+        <programlisting>    &lt;forager&gt;
+        &lt;foragerType&gt;FIRST_RANDOMLY_ACCEPTED&lt;/foragerType&gt;
+    &lt;/forager&gt;</programlisting>
       </section>
     </section>
   </section>




More information about the jboss-svn-commits mailing list