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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Sep 22 17:48:18 EDT 2007


Author: ge0ffrey
Date: 2007-09-22 17:48:18 -0400 (Sat, 22 Sep 2007)
New Revision: 15294

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-Solver/Section-Local_Search_Solver.xml
Log:
typo's

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-09-22 21:36:28 UTC (rev 15293)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Solver/Section-Local_Search_Solver.xml	2007-09-22 21:48:18 UTC (rev 15294)
@@ -31,11 +31,11 @@
     </itemizedlist>
 
     <para>An algorithm that checks every possible solution (even with pruning)
-    can easily run for a couple of years on real-life planning problem. Most
-    of the time, we 're happy with a feasible solution found in a limited
-    amount of time. Local search is an algorithm that finds a feasible
-    solution relatively fast. Because it acts very much like a human, it's
-    also pretty natural to program.</para>
+    can easily run for a couple of years on a single real-life planning
+    problem. Most of the time, we 're happy with a feasible solution found in
+    a limited amount of time. Local search tends to find a feasible solution
+    relatively fast. Because it acts very much like a human, it's also pretty
+    natural to program.</para>
 
     <para>Local search solves a problem making a move on the current solution
     to change it into a better solution. It than does that number of times




More information about the jboss-svn-commits mailing list