Hello,
At https://foolbox.readthedocs.io/en/v2.0.0/modules/attacks.html there are plenty of attack models mentioned, with links to their source files on github - e.g. GradientAttack, LinfinityBasicIterativeAttack, etc. If I click on their corresponding source link, I get 404 error: For example, LinfinityBasicIterativeAttack points to missing https://github.com/bethgelab/foolbox/blob/master/foolbox/attacks/iterative_projected_gradient.py#L372-L446.
Searching for LinfinityBasicIterativeAttack in repo reports no findings.
How could I get the actual list of attackers?
Thanks.