/The_Pmedian_Problem_Python

Using genetic algorithm, I solve the p-median problem. The p-median problem is a specific type of a discrete location model, where one wishes to locate p facilities to minimize the demand-weighted total distance between a demand node and the location in which a facility is placed.

Primary LanguagePython

Stargazers