Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixbehne/ant.colony.optimization

A Shiny Dashboard for showing the functionality of the ant colony optimization algorithm.
https://github.com/felixbehne/ant.colony.optimization

golem shiny shinydashboard

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

[![shiny][shiny-shield]][shiny-url]
[![Lifecycle][lifecycle-shield]][lifecycle-url]
[![MIT License][license-shield]][license-url]





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][product-screenshot]](")

This dashboard was created as part of a programming project at the [DHBW Ravensburg](https://www.ravensburg.dhbw.de/startseite).
The task was to create a dashboard to illustrate a metaheuristic algorithm, in this case the Ant Colony Optimisation algorithm.

### Built With

* [golem](https://github.com/ThinkR-open/golem)
* [shiny](https://shiny.rstudio.com/tutorial/)
* [bs4Dash](https://rinterface.github.io/bs4Dash/)
* [shinyWidgets](https://github.com/dreamRs/shinyWidgets)
* [shinyalert](https://github.com/daattali/shinyalert)
* [shinycssloaders](https://github.com/daattali/shinycssloaders)
* [waiter](https://github.com/JohnCoene/waiter)
* ...

## Getting Started

### Installation

1. Clone the repo
```sh
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

[shiny-shield]: https://img.shields.io/badge/Shiny-shinyapps.io-blue?style=flat&labelColor=white&logo=RStudio&logoColor=blue
[shiny-url]: hhttps://felixbehne.shinyapps.io/ant-colony-optimization/
[lifecycle-shield]: https://img.shields.io/badge/lifecycle-experimental-orange.svg
[lifecycle-url]: https://lifecycle.r-lib.org/articles/stages.html#experimental
[license-shield]: https://img.shields.io/github/license/felixbehne/ant.colony.optimization.svg?style=flat
[license-url]: https://github.com/FelixBehne/ant.colony.optimization/blob/master/LICENSE.md
[product-screenshot]: inst/app/www/img/product-screenshot.png