Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnebro committed Nov 28, 2024
1 parent ea14c09 commit fd45c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/NSGA-II solving multiobjective TSP.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"problem100Cities = multiObjectiveTSP(\"kroAB100\", [joinpath(tsp_data_dir, \"kroA100.tsp\"), joinpath(tsp_data_dir, \"kroB100.tsp\")])"
"problem = multiObjectiveTSP(\"kroAB100\", [joinpath(tsp_data_dir, \"kroA100.tsp\"), joinpath(tsp_data_dir, \"kroB100.tsp\")])"
]
},
{
Expand Down

0 comments on commit fd45c0c

Please sign in to comment.