You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: