the-mars-rover / cos_790_assignment_3

Generation constructive hyper-heuristics for symmetric and asymmetric travelling salesman problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

badge

logo

build issues forks stars style license


Table of Contents

About The Project

Screenshot 1

This assignment - completed as part of the COS790 (Hyper-Heuristics) Honours module at the University of Pretoria - involves implementing a generation constructive hyper-heuristic to create heuristics for the symmetric and asymmetric travelling salesman problem.

See the following for detailed information about the project:

Built With

Getting Started

To build this project you will need to have Java 13 and Apache Maven installed.

You can ensure that the project compiles by running the following command in the root folder of this project:

mvn clean compile assembly:single

Usage

To reproduce the results mentioned in the report for this assignment, you simply need to run the reproduce.sh script from the root folder of this project:

sh results/reproduce.sh

This will reproduce the output for 10 test runs for each of the tested problems in problems folder in the results folder.

Roadmap

See the open issues for a list of other proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Academic Free License. See LICENSE for more information.

Contact

Marcus Bornman - marcusbornman.com - marcus.bornman@gmail.com

Project Link: https://github.com/marcus-bornman/cos_790_assignment_3

Acknowledgements

About

Generation constructive hyper-heuristics for symmetric and asymmetric travelling salesman problems.

License:Academic Free License v3.0


Languages

Language:TeX 64.4%Language:Java 28.2%Language:Shell 7.4%