From 625fe3046ba7fd3465dce939660fedd3c13b93eb Mon Sep 17 00:00:00 2001 From: Krupa Prag Date: Fri, 26 Mar 2021 11:24:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7ba1e83..5f5ac25e 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,15 @@ https://www.sintef.no/projectweb/top/vrptw/solomon-benchmark/ 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:* + Initial Encoding: '../initial_encoding/main_initialEncoding.py' + Optimisation: '../main/main.py' *For PSO:* + Initial Encoding: '../initial_encoding/initialEncoding_case1.py' + Optimisation: '../main/main.py' NOTE: Initial encoding needs to be run before running the main file in order to create the initial candidate solutions.