Screencaps of a Work in Progress How much does the UN spend each year? Where does that money go? Who's spending it? Is it concentrated in a few countries or evenly spread around the world?? To answer some of these questions for myself, I started where I always start. With the data!! A quick search … Continue reading Visualizing $23 Billion in UN Agency Funding
Visualizing a Genetic Algorithm Attempting to Solve the Travelling Salesperson Problem
The Travelling Salesperson Problem is a famous problem in computer science. The gist of it is as follows: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city and returns to the origin city?" It is an NP-hard problem in combinatorial optimization, … Continue reading Visualizing a Genetic Algorithm Attempting to Solve the Travelling Salesperson Problem