DataclassInterface.log_prob()# DataclassInterface.log_prob(model_state)[source]# Returns the log-probability from a model state. Parameters: model_state (Any) – An instance of the dataclass representing the model state. Return type: float