-
-
Notifications
You must be signed in to change notification settings - Fork 435
Open
Description
The table at foolbox.attacks is currently the closest thing to an overview of all implemented attacks. It could be an ideal place to list major defining properties, such as whether an attack minimizes perturbations and if it supports targeted attacks (or rather, which criteria it supports).
- Is it correct that no list with more detail exists?
- What other properties should be included?
- Could/should the overview be generated automatically, possibly by inspecting which classes (such as
MinimizationAttack) a given attack inherits from?