This project aims to find solution for P-Median problem using Genetic Algorithm. P-median problem is as follows:-
Strategy used:
Selection- Random (I propose to change it to Random + Greedy based on Fitness function)
Crossover- Modified uniform crossover
Mutation- Uniform (using Swapping)
Please see input_format.txt to check input format.
Compile
g++ main.cpp
Run
./a.out < input.txt