This repo contains implementations of 2 meta heuristic algorithms
- ALO
- GOA
It contains both the serial and parallel versions of the 2 algorithms
To run, the following dependencies are necessary :
- gcc
- g++
- OpenCL
- make
To compile and run ALO, follow the steps (similar steps for GOA as well)
cd ALO
cd ALO_Parallel
orcd ALO_Serial
- set dimensions of the graph by setting the macro DIM
make
./alo< ip<dim>.txt