@eniko You can get more than 50% accuracy predicting the weather by predicting whatever the weather was yesterday. You can get more than 50% accuracy predicting the weather by predicting whatever the weather was this day last year. Getting to be 80% accurate, in contrast, is really hard and requires actually modelling how the atmosphere works.
Probabilistic techniques are great for rapidly getting to a kind-of okay plateau.
@david_chisnall @eniko Interesting, that’s also how rollback netcode for online games works. When you don’t have the other players inputs for a given frame due to network conditions you just assume they’re holding the same inputs as last frame and a lot of the time that turns out to be correct