Skip to content

Commit

Permalink
Add final configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseMiguel92 committed Mar 26, 2020
1 parent d22d2c7 commit afc8e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grasp_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def split_name(total_path):
random_alpha = random.random()
alpha_list = [0.25, 0.5, 0.75, random_alpha]
graph = Instance()
solution_types = [SolutionGrasp.RATIO]
solution_types = [SolutionGrasp.RATIO, SolutionGrasp.ADJACENT]
for solution_type in solution_types:
for file in glob.glob(GRAPH_PATH_SETS + ALL_FILES_TXT_EXT, recursive=True):
data = dict()
Expand Down

0 comments on commit afc8e95

Please sign in to comment.