| Class | Description |
|---|---|
| ADyadRankedNodeQueue<N,V extends java.lang.Comparable<V>> |
A queue whose elements are nodes, sorted by a dyad ranker.
|
| ADyadRankedNodeQueueConfig<N> |
A configuration for a dyad ranked node queue.
|
| RandomlyRankedNodeQueue<N,V extends java.lang.Comparable<V>> |
A node queue for the best first search that inserts new nodes at a random
position in the list.
|
| RandomlyRankedNodeQueueConfig<T> |
Configuration for a
RandomlyRankedNodeQueue |