Skip to content

Commit

Permalink
Update sot_sync_strategies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
louisXW authored Oct 3, 2021
1 parent 357da7d commit bc60b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pods/algorithms/pods/sot_sync_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ def on_complete(self, objfuns, parameters):
self.xbest = parameters[indx]
self.fbest = item
if self.fbest < self.fbest_global:
self.fbest_global = self.fbest
self.xbest_global = self.xbest
self.fbest_global = self.fbest
self.xbest_global = self.xbest

print ("fbest_old", self.fbest_old)
print ("fbest", self.fbest)

0 comments on commit bc60b36

Please sign in to comment.