-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchangelog.txt
More file actions
25 lines (23 loc) · 1.18 KB
/
Copy pathchangelog.txt
File metadata and controls
25 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version 0.0.6
fixes:
GUI should be working fine now
ADTree.defense_semantics - empty witness is no longer forgotten
version 0.0.5
new content:
GUI!!! - from adtrees import osead, then run osead() to see it!
ADNode.copy - creates new ADNode with the same parameters as the original one
ADTree.root_always_achievable - checks whether it is always (i.e., under any behaviour of the defender) possible for the attacker to achieve the root goal
default_domains.maxProb - domain for computing maximal probability of success over minimal attacks
default_domains.satisfiability - domain for verifying whether under given behaviour of the actors the root goal is achieved
optimizers.py - adds two functions: optimal_attacks, and optimal_countermeasures
ParetoDomain - extended to accommodate the maxProb attribute domain
BasicAssignment - when creating from a .txt file, ignore lines starting with '#' (i.e., comments can be added to those files)
fixes:
BasicAssignment - int -> float
version 0.0.4
new content:
ADTree.defense_semantics can now be applied to ADTrees containing repeated basic actions
bugs fixed:
ADTree.output
ADTree.contains_clones
AttrDomain.evaluateRBU