Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 460 Bytes

TCLP BRKGA

A parallel BRKGA (Biased Random-Key Genetic Algorithm) implementation to the Traffic Counting Location Problem (TCLP).

Build

make build

Run

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

Dependencies

LEMON and OpenMP.