From 2ccd546062ac96fdf9e1e9229d8ec3df5997e928 Mon Sep 17 00:00:00 2001 From: JonZhao <1044264932@qq.com> Date: Tue, 4 Jun 2019 21:11:18 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0local=5Fsearch=5Fprocedure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multiple_ant_colony_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multiple_ant_colony_system.py') diff --git a/multiple_ant_colony_system.py b/multiple_ant_colony_system.py index b4e6f92..6dced28 100644 --- a/multiple_ant_colony_system.py +++ b/multiple_ant_colony_system.py @@ -203,7 +203,7 @@ class MultipleAntColonySystem: # 向macs发送计算得到的当前的最佳路径 if ant_best_travel_distance is not None and ant_best_travel_distance < global_best_distance: - print('[acs_time]: local search for global_path found a improved feasible path, send path info to macs') + print('[acs_time]: ants\' local search found a improved feasible path, send path info to macs') path_found_queue.put(PathMessage(ant_best_path, ant_best_travel_distance)) ants_thread.clear() -- cgit v1.2.3