| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.util.search |
| Modifier and Type | Class and Description |
|---|---|
class |
AStarNode
Created by IntelliJ IDEA.
|
| Modifier and Type | Method and Description |
|---|---|
SearchNode |
SearchNode.getParent()
The node that generated this node.
|
SearchNode |
SearchNode.NextNodeIterator.nextNode()
The search tree node for the next state reached from
the current state.
|
SearchNode |
AStarNode.NextNodeIterator.nextNode() |
| Constructor and Description |
|---|
SearchNode(SearchState state,
SearchNode parent,
double cost)
Create a search node with given state, parent, and cost.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.