-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO.txt
12 lines (11 loc) · 909 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
- tambahin alternativeRoutes pakai algo yang dijelasin di: https://renatowerneck.wordpress.com/wp-content/uploads/2016/06/adgw13-alternatives.pdf
- tambahin vrp (dan variannya) solver pakai genetic algorithm.
- add customizable route planning, biar edge graphnya bisa menyesuaikan data traffic : https://link.springer.com/chapter/10.1007/978-3-642-20662-7_32
- push docker image preprocessing & server ke dockerhub.
- reduce memory usage (heap) [sebelum code refactor memory usage cuma 300 an mb... ] udah ngurang jadi 600mb
- performance optimization
- benerin ETA per instruction & polyline yang kebalik (DONE)
- pakai fibonacci heap buat priority queue?
- ganti representasi graph yang lebih ringan biar size edges graph ch nya lebih kecil.
- pakai node ordering yang lebih bagus seperti yang dijelaskan di paper ch (size of voronoi region setiap node?) biar jumlah shortcut lebih dikit.
- add unit test