DataClassModel.log_prob()

DataClassModel.log_prob()#

DataClassModel.log_prob(model_state)#

Returns the log-probability from a model state.

Parameters:

model_state (Any) – An instance of the dataclass representing the model state.

Return type:

float