Package pal.treesearch
Interface SearchMonitor
public interface SearchMonitor
Title: SearchMonitor
Description: A class that receives information about the state of the search
- Version:
- 1.0
- Author:
- Matthew Goode
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Method Details
-
searchStepComplete
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)- Parameters:
logLikelihood
-
-