Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/felixbehne/ant.colony.optimization
- Owner: FelixBehne
- License: mit
- Created: 2021-04-22T14:38:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T20:16:48.000Z (over 3 years ago)
- Last Synced: 2024-11-26T20:33:52.865Z (2 months ago)
- Topics: golem, shiny, shinydashboard
- Language: R
- Homepage: https://felixbehne.shinyapps.io/ant-colony-optimization/
- Size: 11.5 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![shiny][shiny-shield]][shiny-url]
[![Lifecycle][lifecycle-shield]][lifecycle-url]
[![MIT License][license-shield]][license-url]
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
## 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 dependendies3. 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