H
- T
- public static class StubbornNAryTreeAStarThread.CPUEfficient<H extends NAryTreeHead,T extends nl.tue.astar.Tail> extends StubbornNAryTreeAStarThread<H,T>
StubbornNAryTreeAStarThread.CPUEfficient<H extends NAryTreeHead,T extends nl.tue.astar.Tail>, StubbornNAryTreeAStarThread.MemoryEfficient<H extends NAryTreeHead,T extends nl.tue.astar.Tail>
tree
Constructor and Description |
---|
CPUEfficient(NAryTree tree,
nl.tue.astar.Delegate<H,T> delegate,
gnu.trove.map.TObjectIntMap<H> head2int,
java.util.List<nl.tue.astar.impl.State<H,T>> stateList,
H initialHead,
nl.tue.astar.Trace trace,
int maxStates) |
processMovesForRecordWithUpToDateTail
addObserver, allowMove, computeNewTail, computeNextHead, getComputedEstimateCount, getDelegate, getOptimalRecord, getOptimalRecord, getOptimalRecord, getOptimalRecord, getPreferBreadth, getQueuedStateCount, getSorting, getTrace, getTraversedArcCount, getType, getVisitedStateCount, initializeQueue, isValidMoveOnLog, isValidMoveOnModel, poll, processMove, processMovesForRecord, removeObserver, setASynchronousMoveSorting, setConsidered, setEpsilon, setExpectedLength, setPreferBreadth, setQueue, setQueueingModel, setType, toString, wasReliable
public CPUEfficient(NAryTree tree, nl.tue.astar.Delegate<H,T> delegate, gnu.trove.map.TObjectIntMap<H> head2int, java.util.List<nl.tue.astar.impl.State<H,T>> stateList, H initialHead, nl.tue.astar.Trace trace, int maxStates) throws nl.tue.astar.AStarException
nl.tue.astar.AStarException