bijx.IMHInfo¶
- class bijx.IMHInfo[source]¶
Bases:
PytreeInformation about the IMH sampling step.
- __init__(is_accepted, accept_prob, proposal)¶
- Parameters:
is_accepted (bool)
accept_prob (float)
proposal (IMHState)
- Return type:
None
Methods
replace(**changes)Create new config with specified parameters replaced.
Attributes
Whether the proposed move was accepted.
Acceptance probability for the proposed move.
The proposed state that was considered.
- is_accepted: bool¶
Whether the proposed move was accepted.
- accept_prob: float¶
Acceptance probability for the proposed move.