Class Attacker
java.lang.Object
edu.kit.ipd.are.dsexplore.analysis.security.model.Attacker
Attacker for our Security Model
-
Constructor Summary
ConstructorsConstructorDescriptionAttacker
(double lambda, double delta, double x) Creates a new Attacker with the provided Lambda and Delta -
Method Summary
-
Constructor Details
-
Attacker
public Attacker(double lambda, double delta, double x) Creates a new Attacker with the provided Lambda and Delta- Parameters:
lambda
- Lambda (improvement when out of learning phase)delta
- Delta (until Attacker is out of learning phase)x
- Mean Time of Attack
-
-
Method Details