From bd1f87899c564c4e7608bdfa602aa743972b4100 Mon Sep 17 00:00:00 2001 From: Krupa Prag Date: Fri, 26 Mar 2021 11:29:52 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index def7755d..c370a465 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=5773510 https://www.sintef.no/projectweb/top/vrptw/solomon-benchmark/ #### Executing Files: -For each of the algorithms and the respective metrics ('../VRPTW_code/algorithm_Metric'), the code for the initial encoding and optimisation technique can be found in the following files: +For each of the algorithms and the respective metrics *('../VRPTW_code/*algorithm_Metric*')*, the code for the initial encoding and optimisation technique can be found in the following files: ##### For GA: @@ -34,6 +34,6 @@ Optimisation: *'../main/main.py'* NOTE: Initial encoding needs to be run before running the main file in order to create the initial candidate solutions. -Please note that the 'initial_encoding/initial' folder contains the initial encodings, and the '/main/final' folder contains some experiments from solving the VRPTW for datasets with 25 customers. These folders would need to be replicated to run the datasets with 50 and 100 customers. And set the 'num_customers' in the respective files to the dataset that you are considering i.e. 25, 50 and 100 customers. +Please note that the *'initial_encoding/initial'* folder contains the initial encodings, and the *'/main/final'* folder contains some experiments from solving the VRPTW for datasets with 25 customers. These folders would need to be replicated to run the datasets with 50 and 100 customers. And set the 'num_customers' in the respective files to the dataset that you are considering i.e. 25, 50 and 100 customers.