Markov process representation

kpp9c kp8 at mac.com
Wed Mar 15 14:42:15 EST 2006


This is wicked! I am trying to get it to work and am frantically fixing
tabs and spaces... but isn't line 50:

self._all_states |= set(key[i] for key in probabilities)

an error? isn't it supposed to be:

self._all_states != set(key[i] for key in probabilities)




More information about the Python-list mailing list