Skip to content

Commit 6efbbbc

Browse files
committed
Addded GPA label
1 parent 3fa7cf9 commit 6efbbbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarking/runs/real_data/cosc_499/499_scenario_4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def start(self, num_trials: int = 1, generate_graphs: bool = True):
184184
print(",".join([k] + v))
185185

186186
# Calculate Inter-Homogeneity from stdev of cosine difference
187-
print("Inter-Homogeneity", end="")
187+
print("GPA Inter-Homogeneity", end="")
188188
for algorithm_name, (team_sets, run_times) in artifacts.items():
189189
cosine_diffs = []
190190
for team_set in team_sets:

0 commit comments

Comments
 (0)