Adversarial Model

From GM-RKB
Jump to navigation Jump to search

An Adversarial Model is a algorithm model that ...



References

2018

2013

  • http://en.wikipedia.org/wiki/Adversary_model#Common_adversaries
    • The three common adversaries are the oblivious adversary, the adaptive online adversary, and the adaptive offline adversary.
    • The oblivious adversary is sometimes referred to as the weak adversary. This adversary knows the algorithm's code, but does not get to know the randomized results of the algorithm.
    • The adaptive online adversary is sometimes called the medium adversary. This adversary must make its own decision before it is allowed to know the decision of the algorithm.
    • The adaptive offline adversary is sometimes called the strong adversary. This adversary knows everything, even the random number generator. This adversary is so strong that randomization does not help against him.