Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AA004: Allow Output from Multiple Searching Algorithms #22

Open
Heckart opened this issue Mar 11, 2025 · 0 comments
Open

AA004: Allow Output from Multiple Searching Algorithms #22

Heckart opened this issue Mar 11, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Heckart
Copy link
Collaborator

Heckart commented Mar 11, 2025

Assigned Dev: N/A

Description: When the RoutePlanner class supports multiple algorithms, either findRoute() must be modified to run the multiple algorithms/heuristics on the same map and save the moves to different result vector, or the different algorithms have their own find route functions.
Priority: High
User Story: As a user, I want the results from the multiple different algorithms to be saved so I can see them later.
Acceptance Criteria: The Moves vectors from multiple different algorithms should be saved in different places in order to be given to the front end.

@Heckart Heckart added the enhancement New feature or request label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant