1
0
Fork 0

Update tabu_search.py

master
lmoretti96 3 years ago committed by GitHub
parent fd24e71d8b
commit 42911a04a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PyCTBN/PyCTBN/optimizers/tabu_search.py

@ -184,5 +184,5 @@ class TabuSearch(Optimizer):
if self.patience is not None and patince_count > self.patience: if self.patience is not None and patince_count > self.patience:
break break
print(f"finito variabile: {self.node_id}") print(f"Finished variable: {self.node_id}")
return graph.edges return graph.edges