(Optional) Advisable to use virtual environment to run the scripts.
https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
The scripts are written in Python 3.X version.
- Clone or download and unzip this repository to workspace.
- Change current path to workspace.
cd PATH/TO/modefair-assesment - Install libraries
pip install -r requirements.txt
- Execute the main.py script for Delivery Assessment.
python main.py
This script will performs 100 iterations and once finished the best optimal result will be selected. (Refer to report.docx for explaination)
The explanation of solution are documented in report.docx