diff --git a/PyCTBN/PyCTBN/optimizers/tabu_search.py b/PyCTBN/PyCTBN/optimizers/tabu_search.py index b7b2bc9..244ccde 100644 --- a/PyCTBN/PyCTBN/optimizers/tabu_search.py +++ b/PyCTBN/PyCTBN/optimizers/tabu_search.py @@ -184,5 +184,5 @@ class TabuSearch(Optimizer): if self.patience is not None and patince_count > self.patience: break - print(f"finito variabile: {self.node_id}") - return graph.edges \ No newline at end of file + print(f"Finished variable: {self.node_id}") + return graph.edges