public abstract class AStarRestrictedMoveModelThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
extends nl.tue.astar.impl.AbstractAStarThread<H,T>
Modifier and Type | Class and Description |
---|---|
static class |
AStarRestrictedMoveModelThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
CPU efficient variant of the Stubborn set implementation
|
static class |
AStarRestrictedMoveModelThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
Memory efficient variant of the Stubborn set implementation
|
Modifier and Type | Field and Description |
---|---|
protected gnu.trove.set.TShortSet |
nonSkippedTransitions |
Constructor and Description |
---|
AStarRestrictedMoveModelThread(nl.tue.astar.Delegate<H,T> delegate,
nl.tue.astar.Trace trace,
int maxStates,
gnu.trove.set.TShortSet nonSkippedTransitions,
nl.tue.astar.impl.AbstractAStarThread.StorageHandler<H,T> storageHandler) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isValidMoveOnModel(nl.tue.astar.Record rec,
gnu.trove.TIntCollection nextEvents,
int activity,
gnu.trove.list.TIntList modelMoves) |
addObserver, computeNewTail, computeNextHead, getComputedEstimateCount, getDelegate, getOptimalRecord, getOptimalRecord, getOptimalRecord, getOptimalRecord, getPreferBreadth, getQueuedStateCount, getSorting, getTrace, getTraversedArcCount, getType, getVisitedStateCount, initializeQueue, isValidMoveOnLog, poll, processMove, processMovesForRecord, processMovesForRecordWithUpToDateTail, removeObserver, setASynchronousMoveSorting, setConsidered, setEpsilon, setExpectedLength, setPreferBreadth, setQueue, setQueueingModel, setType, toString, wasReliable