edu.ucla.belief.recursiveconditioning
Class CachingGreedy
Object
CachingScheme
CachingGreedy
public class CachingGreedy
- extends CachingScheme
CachingGreedy
public CachingGreedy()
CachingGreedy
public CachingGreedy(double cacheFactor)
toString
public String toString()
- Overrides:
toString
in class CachingScheme
allocateMemory
public void allocateMemory(RC rc,
CachingScheme.RCCreateListener listnr)
- Description copied from class:
CachingScheme
- Have this CachingScheme allocate the memory for the RC object.
- Specified by:
allocateMemory
in class CachingScheme
listnr
- Some CachingSchemes use this to return updates to (can be null).
allocateMemory
public void allocateMemory(RC rc,
long cachesRequested)
- This function ignores the cache factor, and uses the integer cachesRequested as the maximum Acceptable number of caches.
Copyright 2010 UCLA Automated Reasoning Group