Small optimizations on performance and memory.
[genetic.git] / include / condition / generationLimitCondition.h
index ffe977f3430a494411944cbecce1e764662b1b2e..455fda49a92f67c39468df993651b54ebec00e48 100644 (file)
@@ -34,7 +34,7 @@ namespace genetic {
          * @return true if limit is not reached and another iteration of
          *      calculations should be started, false otherwise
          */
-        bool do_check(Generation<_Chromosome>) {
+        bool do_check(Generation<_Chromosome> &) {
             /* Initial population is never checked, as method is invoked after
              * selection, crossover and mutation. It is safe to increment it now.
              */