/ant.colony.optimization

A Shiny Dashboard for showing the functionality of the ant colony optimization algorithm.

Primary LanguageRMIT LicenseMIT

shiny Lifecycle MIT License


Logo

Ant Colony Optimization

A Shiny Dashboard for showing the functionality of the ant colony optimization algorithm.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. License

About The Project

Product Name Screen Shot

This dashboard was created as part of a programming project at the DHBW Ravensburg. The task was to create a dashboard to illustrate a metaheuristic algorithm, in this case the Ant Colony Optimisation algorithm.

Built With

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/FelixBehne/ant-colony-optimization
  2. Run inst/dependencies.R file to install all required dependendies

  3. Run golem app

    # R console 
    golem::run_dev()
    

License

Distributed under the MIT License. See LICENSE for more information.

Authors

  • Sarah Engelmayer
  • Markus Koch
  • Moritz Link
  • Felix Behne