Graph Solver implements the Metaheuristics algorithms GRASP, Local Search and BRKGA.
This project has been developed in Java using Netbeans IDE. The project is Maven based.
GraphSolver is the main file. It works on two topologies( one is commented ). It calls the GRASP, Local Search and BRKGA algorithms.
GRASP and Local Search have been compiled in one package, where as BRKGA related files are in another package.