Package pal.treesearch
Interface GeneralConstraintGroupManager.LikelihoodScoreAccess
- Enclosing class:
- GeneralConstraintGroupManager
public static interface GeneralConstraintGroupManager.LikelihoodScoreAccess
-
Method Summary
Modifier and TypeMethodDescriptiondouble
The likelihood score doesn't exactly have to be the likelihood (well, it should be, but it may be the optimised likelihood)
-
Method Details
-
calculateLikelihoodScore
double calculateLikelihoodScore()The likelihood score doesn't exactly have to be the likelihood (well, it should be, but it may be the optimised likelihood)- Returns:
- the likelihood score (should be negative)
-