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

Jaicore search/improvement/graphgenerator simplification #174

Merged
merged 7 commits into from Jul 8, 2019

Conversation

fmohr
Copy link
Member

@fmohr fmohr commented Jul 5, 2019

Some simplifications in the search and planning area:

  • removed two methods from the GraphGenerator interface, which are not used anymore and are confusing
  • simplified NodeExpansionDescription. Now ONLY the successor node element needs to be provided
  • realized reduction based planning entirely by extending the ReducingAlgorithm class and related classes
  • renamed MCTS and UCT to make clear that they search paths here instead of actions

@fmohr fmohr merged commit 4e7824c into dev Jul 8, 2019
@fmohr fmohr deleted the jaicore-search/improvement/graphgenerator-simplification branch July 8, 2019 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants