| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.util.search |
| Constructor and Description |
|---|
AStar(AStarState[] initial,
int expectedSize)
Create an A* search iterator starting from the given initial states.
|
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.