Parcourir la source

fix criteria for training surrogate

Jérôme BUISINE il y a 4 ans
Parent
commit
dfd737392a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      optimization/ILSSurrogate.py

+ 1 - 1
optimization/ILSSurrogate.py

@@ -143,7 +143,7 @@ class ILSSurrogate(Algorithm):
         # enable resuming for ILS
         # enable resuming for ILS
         self.resume()
         self.resume()
 
 
-        if self.start_train_surrogate <= self.getGlobalEvaluation():
+        if self.start_train_surrogate > self.getGlobalEvaluation():
         
         
             # get `self.start_train_surrogate` number of real evaluations and save it into surrogate dataset file
             # get `self.start_train_surrogate` number of real evaluations and save it into surrogate dataset file
             # using randomly generated solutions (in order to cover seearch space)
             # using randomly generated solutions (in order to cover seearch space)