You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Route Optimization which is based on Genetic Algotrithm and Taabu Search in order to find the best possible paths in order to pickup employees in certain time window.
4
+
5
+
## PROBLEM STATEMENT
6
+
7
+
- Given number of buses, passenger and bus stop locations. Develop a route optimization algorithm to determine route and schedule of buses subject to the provided constraints.
8
+
- System should cater to the real time changing demand of employees
9
+
- Both pickup and drop routes should be generated
10
+
- Heterogeneous Fleet of buses are considered
11
+
12
+
## Objective
13
+
14
+
- Minimize Operational Cost
15
+
- Fuel cost is the dominant factor
16
+
- Best measured by time
17
+
18
+
## Constraints
19
+
20
+
- Number of Buses (hard)
21
+
- Bus Capacity (heterogeneous fleet, hard)
22
+
- Time window to reach office (hard)
23
+
- Time Window created using employee’s time windows (both hard and soft)
0 commit comments