My Projects


  1. Optimization of Travelling Salesperson Problem using Genetic Algorithm
  2. A genetic algorithm based metaheuristic technique to optimize the classic travelling Salesperson Problem (TSP)
    which gives the optimal or near-optimal solution for the TSP with in a less amount of time inspite of being a NP-hard problem.
    Github:  VRP-Project



  3. A study on Vehicle Routing Problem using Genetic Algorithm with local refinement
  4. A genetic algorithm based metaheuristic technique with some local refinement to optimize the Vehicle Routing Problem (VRP)
    which is also a NP-hard problem. It gives optimal or near-optimal solution with in a less amount of time.
    Github:  TSP-Project