Uses of Interface
cc.mallet.util.search.AStarState

Packages that use AStarState
cc.mallet.util.search   
 

Uses of AStarState in cc.mallet.util.search
 

Constructors in cc.mallet.util.search with parameters of type AStarState
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.