From 2eacd762b1605f4b6d449b8725d980c96de4d826 Mon Sep 17 00:00:00 2001 From: JonZhao <1044264932@qq.com> Date: Thu, 30 May 2019 12:57:27 +0800 Subject: add local_search_procedure_for_global_path --- vprtw_aco_figure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vprtw_aco_figure.py') diff --git a/vprtw_aco_figure.py b/vprtw_aco_figure.py index 6fa8765..9860f8e 100644 --- a/vprtw_aco_figure.py +++ b/vprtw_aco_figure.py @@ -72,4 +72,4 @@ class VrptwAcoFigure: x_list = [self.nodes[path[i - 1]].x, self.nodes[path[i]].x] y_list = [self.nodes[path[i - 1]].y, self.nodes[path[i]].y] self.figure_ax.plot(x_list, y_list, color=self._line_color, linewidth=1.5, label='line') - plt.pause(0.05) + plt.pause(0.02) -- cgit v1.2.3