the-mars-rover / cos_790_assignment_1

Applying Selection Constructive Hyper-Heuristics to the Exam Timetable Problem.

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 applying a selection constructive hyper-heuristic to the examination Timetabling problem.

See the following for detailed information about the project:

Built With

Getting Started

To build this project you will need to have Java 11 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 12 problems 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_1

Acknowledgements

About

Applying Selection Constructive Hyper-Heuristics to the Exam Timetable Problem.

License:Academic Free License v3.0


Languages

Language:TeX 95.1%Language:Java 4.7%Language:Shell 0.2%