edu.ucla.belief.recursiveconditioning
Interface CachingScheme.RCCreateListener
- Enclosing class:
- CachingScheme
public static interface CachingScheme.RCCreateListener
rcCreateUpdate
void rcCreateUpdate(double bestCost)
rcCreateUpdateThreshold
double rcCreateUpdateThreshold()
rcCreateStopRequested
boolean rcCreateStopRequested()
rcCreateDone
void rcCreateDone(double bestCost,
boolean optimal)
rcCreateDone
void rcCreateDone(RC rc)
rcConstructionDone
void rcConstructionDone()
- Since:
- 060303
rcCreateError
void rcCreateError(String msg)
- Since:
- 060303
Copyright 2010 UCLA Automated Reasoning Group