Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 665 Bytes

File metadata and controls

15 lines (12 loc) · 665 Bytes

BlueShipRoutingProblem

Bishal Bhandari (University of Bamberg)

  1. Algorithm to find the optimized route between two point.
  2. Route will avoid the obstacle on its way.
  3. Use evolutionary method to generate optimized route.
  4. Use combination of A* and Dijkstra algorithm for further optimization.[Remaining]
  5. Use algorithm on the real world map.[Remaining]

Initial route generation. Initial route generation

Updated with world map. Updated with world map