public interface SearchMonitor
Title: SearchMonitor
Description: A class that receives information about the state of the search
Modifier and Type | Interface | Description |
---|---|---|
static class |
SearchMonitor.Utils |
Modifier and Type | Method | Description |
---|---|---|
void |
searchStepComplete(double logLikelihood) |
When this method is called, it should be safe to access the tree search methods (for example, to build a pal tree)
|