e-Learning-by-SSE / nm-skill-lib

Apache License 2.0
0 stars 0 forks source link

PathPlanner: Computation of Alternative Paths #3

Closed Elscha closed 11 months ago

Elscha commented 1 year ago

Requirement

Currently, only the best path is computed by means of the FastDownward algorithm. A display of alternative paths is desired.

The following termination criteria could be taken into account (optional requirement):

Proposed solution

Optionally, pass an array of already known paths to the search algorithm. If a LearningUnit is discovered:

AhmadAlamoush commented 11 months ago

Completed