summaryrefslogtreecommitdiffstats
path: root/example1.py
diff options
context:
space:
mode:
Diffstat (limited to 'example1.py')
-rw-r--r--example1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example1.py b/example1.py
index 370a5d7..dd1a3ec 100644
--- a/example1.py
+++ b/example1.py
@@ -3,7 +3,7 @@ from multiple_ant_colony_system import MultipleAntColonySystem
if __name__ == '__main__':
- file_path = './solomon-100/rc101.txt'
+ file_path = './solomon-100/c101.txt'
ants_num = 10
beta = 2
q0 = 0.1