A parallel BRKGA (Biased Random-Key Genetic Algorithm) implementation to the Traffic Counting Location Problem (TCLP).
make build
Example: run algorithm to AC state instance with 15% initial population generated by C1, 15% by C2 and 40% by C3; seed 1 and 8 cores.
./tclp-brkga instances/AC.txt 15 15 40 1 8