A Shiny Dashboard for showing the functionality of the ant colony optimization algorithm.
A Shiny Dashboard for showing the functionality of the ant
colony optimization algorithm.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
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.
git clone https://github.com/FelixBehne/ant-colony-optimization
Run inst/dependencies.R file to install all required dependendies
Run golem app
# R console
golem::run_dev()
Distributed under the MIT License. See LICENSE
for more information.