Skip to content

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

Notifications You must be signed in to change notification settings

LACMOR-UFMA/tclp-brkga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks