| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.util.search |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AStarState
Created by IntelliJ IDEA.
|
| Modifier and Type | Method and Description |
|---|---|
SearchState |
SearchNode.getState()
The state for this search node.
|
abstract SearchState |
SearchState.NextStateIterator.nextState()
Get the next reachable state.
|
| 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.