diff options
| author | JonZhao <[email protected]> | 2019-05-30 12:57:27 +0800 |
|---|---|---|
| committer | JonZhao <[email protected]> | 2019-05-30 12:57:27 +0800 |
| commit | 2eacd762b1605f4b6d449b8725d980c96de4d826 (patch) | |
| tree | 992d1b462433fc44f7e550c0d2a7e60b7afa35df /vprtw_aco_figure.py | |
| parent | b42de46036f88989a41935ef7f67538d23415e18 (diff) | |
| download | VRPTW-ACO-python-2eacd762b1605f4b6d449b8725d980c96de4d826.tar.gz VRPTW-ACO-python-2eacd762b1605f4b6d449b8725d980c96de4d826.tar.bz2 VRPTW-ACO-python-2eacd762b1605f4b6d449b8725d980c96de4d826.zip | |
add local_search_procedure_for_global_path
Diffstat (limited to 'vprtw_aco_figure.py')
| -rw-r--r-- | vprtw_aco_figure.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
