Skip to content

Commit

Permalink
TCI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColdIce committed Nov 6, 2023
1 parent b133741 commit 1708f73
Show file tree
Hide file tree
Showing 34 changed files with 18,848 additions and 99,286 deletions.
4 changes: 2 additions & 2 deletions AMLsim/scripts/generate_scalefree.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ def powerlaw_cluster_generator(_n, _edge_factor):
if __name__ == "__main__":
argv = sys.argv

argv.append(100000)
argv.append(50000)
argv.append(54)
argv.append("test_degree.csv")
argv.append("paramFiles/50K_accts/degree.csv")

if len(argv) < 4:
print("Usage: python3 %s [NumVertices] [EdgeFactor] [DegCSV]" % argv[0])
Expand Down
2 changes: 1 addition & 1 deletion AMLsim/scripts/transaction_graph_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ def count__patterns(self, threshold=2):
argv = sys.argv

# debug:
PARAM_FILES = '10K_accts'
PARAM_FILES = '50K_accts'
argv.append(f'paramFiles/{PARAM_FILES}/conf.json')

argc = len(argv)
Expand Down
2 changes: 1 addition & 1 deletion AMLsim/src/main/java/amlsim/AMLSim.java
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ public static void main(String[] args) {

// Loading configuration JSON file instead of parsing command line arguments
//String confFile = args[0];
String paramFiles = "10K_accts";
String paramFiles = "50K_accts";
String confFile = "paramFiles/" + paramFiles + "/conf.json"; // debug

try {
Expand Down
Binary file modified AMLsim/target/classes/amlsim/SimProperties.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/TargetedTransactionAmount.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/dists/NormalDist.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/dists/NormalDistQuick.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/dists/Num.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/dists/TruncatedNormal.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/dists/TruncatedNormalQuick.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/model/aml/BipartiteTypology.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/model/aml/CycleTypology.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/model/aml/FanInTypology.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/model/aml/FanOutTypology.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/model/aml/GatherScatterTypology.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/model/aml/RandomTypology.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/model/aml/ScatterGatherTypology.class
Binary file not shown.
Binary file modified AMLsim/target/classes/amlsim/model/aml/StackTypology.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 1708f73

Please sign in to comment.