Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 647 Bytes

MCQF Codebase

""Structure of the folders and it's contents""

ga - Genetic Algorithm implementation for MCQF

ga_ti - Genetic Algorithm with Time Injection implementation for MCQF

sa - Simulated Annealing implementation for MCQF

sa_ti - Simulated Annealing with Time Injection implementation for MCQF

gasa - Hybrid Genetic Algorithm with Simulated Annealing implementation for MCQF

gasa_ti - Hybrid Genetic Algorithm with Simulated Annealing with Time Injection implementation for MCQF

TC - Sample Ring topology Test Case (TC) for MCQF

BAG - Barabasi-Albert Graph (BAG) TC

ERG - Erdos Renyi (ER) TC

RRG - Random Regular Graph (RRG) TC