the-mars-rover / cos_710_assignment_1

Implementing genetic programming to evolve a model for forecasting COVID-19 infections, deaths and recoveries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter

Masterpass Example

build issues forks stars style license


Table of Contents

About The Project

Screenshot 1

This assignment - completed as part of the COS710 (Artificial Intelligence) Honours module at the University of Pretoria - involves the implementation of a genetic programming approach to evolve a model for forecasting COVID-19 infections, deaths and recoveries for a particular day for a particular country.

See the following for detailed information about the project:

Built With

Getting Started

To build this project you will need to have Java 1.8 or later installed as well as Apache Maven.

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 from the root of this project:

sh results/reproduce.sh

This will reproduce the output for 10 test runs 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_710_assignment_1

Acknowledgements

About

Implementing genetic programming to evolve a model for forecasting COVID-19 infections, deaths and recoveries.

License:Academic Free License v3.0


Languages

Language:TeX 55.8%Language:Java 35.8%Language:Shell 8.5%