Package | Description |
---|---|
org.processmining.lpm.adjustedalignments |
Modifier and Type | Field and Description |
---|---|
protected MemoryEfficientAStarAlgorithm<H,T> |
MemoryEfficientStorageHandlerNoModelMoves.algorithm |
Modifier and Type | Method and Description |
---|---|
protected AllSamplingOptAlignmentsGraphThread<PHead,nl.tue.astar.impl.DijkstraTail> |
AllOptAlignmentsGraphSamplingAlg.getThread(MemoryEfficientAStarAlgorithm<PHead,nl.tue.astar.impl.DijkstraTail> aStar,
PHead initial,
nl.tue.astar.Trace trace,
int maxNumOfStates)
Since we only need samples, sorting may take place
|
Constructor and Description |
---|
MemoryEfficient(MemoryEfficientAStarAlgorithm<H,T> algorithm,
H initialHead,
nl.tue.astar.Trace trace,
int maxStates) |
MemoryEfficient(MemoryEfficientAStarAlgorithm<H,T> algorithm,
H initialHead,
nl.tue.astar.Trace trace,
int maxStates) |
MemoryEfficientStorageHandlerNoModelMoves(MemoryEfficientAStarAlgorithm<H,T> algorithm) |