Skip to content
Deepank Kartikey edited this page Apr 7, 2018 · 3 revisions

Scope

Core objective of this project is to reduce Time complexity and optimize the resources involved in routing techniques consisting of large data-sets using Genetic Algorithm. A genetic algorithm (GA) is a method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution. Transportation Service System for Grocery kart is a multi objective optimization problem, which needed a suitable approach to obtain a global optimum solution. So, for this high complexity problem without any known sophisticated solution technique, a genetic approach was well suited. Same technique can be used to solve Location Allocation Problems, Network designing and routing problems etc.

Clone this wiki locally