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

Change all static factory methods in Hipster to use SearchComponents instead of SearchProblem #81

Open
pablormier opened this issue Aug 6, 2014 · 0 comments
Assignees

Comments

@pablormier
Copy link
Contributor

It is more flexible to accept a SearchComponents (instead of a SearchProblem) that provides the basic strategies (double scalar function, double aggregator...) to every algorithm. Each algorithm is responsible of building the NodeExpander and the initial node (and the rest of the components required for the search).

This change is required in order to be consistent with the instantiation of the ADStar.

@pablormier pablormier added this to the v1.0.0-rc1 milestone Aug 6, 2014
@pablormier pablormier self-assigned this Aug 6, 2014
@pablormier pablormier modified the milestones: v1.1.0-rc1, v1.0.0-rc1 Nov 17, 2014
@gonzalezsieira gonzalezsieira removed this from the v1.1.0 milestone Aug 17, 2021
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

2 participants