mjcortejo / csc931m-complex-systems

This repository contains the projects done for the CSC931M class
0 stars 0 forks source link

Add different path finding capabilities #36

Open mjcortejo opened 1 year ago

mjcortejo commented 1 year ago
  1. Djikstra w.r.t weight (already used)
  2. Djisktra w/o weight?
  3. Cognitive driven 1, Take major roads first then sub roads
  4. Cognitive driven 2, Same as first but different variation

Reference for cognitive driven

add_path function