Skip to content

Commit

Permalink
new sbm results
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Jul 24, 2024
1 parent c2c8eff commit 5ba68ff
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 8 deletions.
Binary file modified annealing_results/12_AGV/new_bqm.pkl
Binary file not shown.
Binary file modified annealing_results/12_AGV/new_bqm_info.pkl
Binary file not shown.
Binary file modified annealing_results/15_AGV/new_bqm.pkl
Binary file not shown.
Binary file modified annealing_results/15_AGV/new_bqm_info.pkl
Binary file not shown.
Binary file modified annealing_results/21_AGV/new_bqm.pkl
Binary file not shown.
Binary file modified annealing_results/21_AGV/new_bqm_info.pkl
Binary file not shown.
Binary file modified annealing_results/2_AGV/new_bqm.pkl
Binary file not shown.
Binary file modified annealing_results/2_AGV/new_bqm_info.pkl
Binary file not shown.
Binary file modified annealing_results/4_AGV/new_bqm.pkl
Binary file not shown.
Binary file modified annealing_results/4_AGV/new_bqm_info.pkl
Binary file not shown.
Binary file modified annealing_results/6_AGV/new_bqm.pkl
Binary file not shown.
Binary file modified annealing_results/6_AGV/new_bqm_info.pkl
Binary file not shown.
Binary file modified annealing_results/7_AGV/new_bqm.pkl
Binary file not shown.
Binary file modified annealing_results/7_AGV/new_bqm_info.pkl
Binary file not shown.
Binary file modified annealing_results/tiny_2_AGV/new_bqm.pkl
Binary file not shown.
Binary file modified annealing_results/tiny_2_AGV/new_bqm_info.pkl
Binary file not shown.
11 changes: 3 additions & 8 deletions decipher_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,11 @@ def print_results(dict_list):

if __name__ == '__main__':
ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
path_to_results = os.path.join(ROOT, "AGV_quantum", "ising", "sbm_results", "H100_results.csv")
#path_to_results = os.path.join(ROOT, "AGV_quantum", "ising", "sbm_results", "H100_results.csv")
path_to_results = os.path.join(ROOT, "AGV_quantum", "ising", "sbm_results", "avg_sbm.csv")
path_to_annealing = os.path.join(ROOT, "AGV_quantum", "annealing_results", "tiny_2_AGV", "new_bqm.pkl")

size = "small"
size = "largest_ever"
instance = f"{size}_ising"
path_to_renumeration = os.path.join(ROOT, "AGV_quantum", "ising", f"{instance}_renumeration.pkl")
path_to_lp = os.path.join(ROOT, "AGV_quantum", "lp_files", f"lp_{size}.pkl")
Expand All @@ -158,12 +159,6 @@ def print_results(dict_list):



path_to_results_hybrid = os.path.join(ROOT, "AGV_quantum", "ising", "hybrid", "results_hybrid.csv")
results_hybrid = pd.read_csv(path_to_results_hybrid, sep=",")

print(results_hybrid)



with open(path_to_renumeration, "rb") as f:
var_to_nums, nums_to_var = pickle.load(f)
Expand Down
9 changes: 9 additions & 0 deletions ising/sbm_results/avg_sbm.csv

Large diffs are not rendered by default.

0 comments on commit 5ba68ff

Please sign in to comment.