Metropolis-Hastings algorithm case when both transition probabilities are 0

216 Views Asked by At

enter image description here

What happens in the case where $q(y|x)$ and $q(x|y)$ are both 0? I'm not sure whether we would just return 1 from the min operation since the quotient is indeterminate, or if we would return something else.