|
|
|
|
|
by matvore
949 days ago
|
|
If you define predictable as computable with finite memory, it is correct. If you have finite memory, you have a finite number of states and will eventually return to a previous state. In your example, you eventually will run out of memory to track the number of consecutive zeros. |
|