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

Add support for anytime algorithms #190

Closed
gonzalezsieira opened this issue Oct 22, 2018 · 0 comments
Closed

Add support for anytime algorithms #190

gonzalezsieira opened this issue Oct 22, 2018 · 0 comments

Comments

@gonzalezsieira
Copy link
Contributor

Some basic classes need support for anytime algorithms like ARA*, Weighted A*, etc.

  • ProblemBuilder needs to take as input the scaling factor of the heuristic and the scaling operation when dealing with generic costs.
  • Same applies to GraphSearchProblem, which is the easiest way to create graph search problems, like those in the examples.
  • SearchProblem needs an extension to deal with these parameters.
@gonzalezsieira gonzalezsieira changed the title Add support for anytime Algorithms Add support for anytime algorithms Oct 22, 2018
@gonzalezsieira gonzalezsieira self-assigned this Oct 22, 2018
gonzalezsieira pushed a commit that referenced this issue Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant