Package blang.core
Interface LogScaleFactor
- All Superinterfaces:
Factor
,ModelComponent
- All Known Subinterfaces:
AnnealedFactor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface LogScaleFactor extends Factor
-
Method Summary
Modifier and Type Method Description double
logDensity()
-
Method Details
-
logDensity
double logDensity()- Returns:
- The log of the density for the current assignment of parameters and realization.
-