Irazall / pandemic_research_center_placement

This is a short R project that helps placing research centers using Dijkstra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimal placement of research centers in Pandemic Legacy

This is a short R project that helps placing research centers in Pandemic Legacy. The algorithm minimizes the average distance from each city to each city. In order to calculate the shortest distance Dijstrake is used.

Just execute the script step-by-step and choose a city whenever necessary by declaring the variables frst, snd, etc. with the row number of the accoridng city in the maps.csv

Feel free to ask questions or suggest different metrics!

About

This is a short R project that helps placing research centers using Dijkstra

License:GNU General Public License v3.0


Languages

Language:R 100.0%