Skip to content

Commit

Permalink
sha256 benchmark update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrrron committed Jul 4, 2024
1 parent 8de3a49 commit d6b04ad
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions algorithm/distributeCommunities.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def countEdgesForEachCell():
samples, settings = utils.loadSettings()
csvpath = "../results/sha256_core_nor/sha256_core_nor_13_bio"
SolutionNum = {}
maxedges = [5]
maxcolor = 8
maxedges = [8]
maxcolor = 13

# Check samples iteratively
for s in samples:
Expand All @@ -31,7 +31,7 @@ def countEdgesForEachCell():
if os.path.exists(f"{out_path}/sol_after_merge{info}.txt"):
MergeResult, TotalComm = iof.loadSolution(f"{out_path}/sol_after_merge{info}.txt", s)
else:
print("file name incorrect!")
print(f"file name: '{out_path}/sol_after_merge{info}.txt' incorrect!")
continue
CommunityNumToNodes = uf.mapCommunityToNodes(MergeResult)
ResultList.append(len(CommunityNumToNodes))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
benchmark,intercellular edges <= 5
sha256_core_nor_13_5_8,4903
benchmark,intercellular edges <= 8
sha256_core_nor_13_5_10
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6b04ad

Please sign in to comment.