Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 528 Bytes

File metadata and controls

18 lines (13 loc) · 528 Bytes

Energy-Efficient-Contention-Aware-Application-Scheduling

Energy Efficient Contention Aware Application Mapping and Scheduling using Evolutionary Algorithms

eecaams contents- 1.src 2.sample_out

src - stage3.cpp and stage4.cpp are main files,others are header files and input configuration files.

sample_out- Genetic and Evolutionary outputs for 10 generations

how to execute:- stage3.cpp for executing genetic algorithm. stage4.cpp for executing evolutionary programming.

Note- c++ code should be executed with stdc++11.