ometah-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[oMetah-devel] ometah/metaheuristic itsMetaheuristic.hpp


From: Johann
Subject: [oMetah-devel] ometah/metaheuristic itsMetaheuristic.hpp
Date: Wed, 16 Mar 2005 14:07:54 -0500

CVSROOT:        /cvsroot/ometah
Module name:    ometah
Branch:         
Changes by:     Johann <address@hidden> 05/03/16 19:07:54

Modified files:
        metaheuristic  : itsMetaheuristic.hpp 

Log message:
        * small corrections

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/ometah/ometah/metaheuristic/itsMetaheuristic.hpp.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: ometah/metaheuristic/itsMetaheuristic.hpp
diff -u ometah/metaheuristic/itsMetaheuristic.hpp:1.6 
ometah/metaheuristic/itsMetaheuristic.hpp:1.7
--- ometah/metaheuristic/itsMetaheuristic.hpp:1.6       Sat Mar 12 22:50:35 2005
+++ ometah/metaheuristic/itsMetaheuristic.hpp   Wed Mar 16 19:07:54 2005
@@ -117,11 +117,7 @@
   /*!
     This is used if you choose the associated stopping criteria
    */
-  int iterationsMaxNumber;
-
-  //! The pointer to the problem
-  itsCommunicationClient* problem;
-  
+  int iterationsMaxNumber;  
 
   //! Stream for the main result of the optimization
   /*!  
@@ -154,6 +150,9 @@
   //! Constructor
   itsMetaheuristic();
 
+  //! The pointer to the problem
+  itsCommunicationClient* problem;
+
   //! start executing a Metaheuristic
   void start();
     




reply via email to

[Prev in Thread] Current Thread [Next in Thread]