forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 2
GSoC 2014 Mukul Priya R10
Mukul Priya edited this page Jul 25, 2014
·
1 revision
- I improved the optimizer further more (added one more move to it), however the optimizer currently gets stuck after obtaining a local minima so it will be interesting to observe how the moves switch between themselves and have a order for the moves so that local minima is avoided.
- I will test the optimizer for some benchmark test cases http://web.cba.neu.edu/~msolomon/problems.htm.This was mentioned in the previous to do list so i will try it out this weekend.
- Will work towards further improvising the optimizer and also have a look at modifying the current implementation to solve CVRP without time windows.
- Not blocked on something but improving the optimizer is a very tricky task .