| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.util.search |
| Modifier and Type | Method and Description |
|---|---|
AStarNode |
AStar.nextAnswer()
Get the next search node for a final state.
|
| Constructor and Description |
|---|
AStarNode(AStarState state,
AStarNode parent,
double cost)
Create an A* search node with given state, parent, and cost.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.