Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalSkye authored Aug 23, 2023
1 parent 5e147ca commit 33cba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ nohup python -u TSP_baseline.py --method "lkh" --cpus 32 --no_cuda --disable_cac
# 4. Neural baselines
# Note: For AMDKD-POMO, refer to: https://github.com/jieyibi/AMDKD
meta_params['enable'] = False # POMO
meta_params['reptile'] = 'reptile' # Meta-POMO
meta_params['meta_method'] = 'reptile' # Meta-POMO

# 5. Efficient active search (EAS)
# Note: change -instances_path to the folder path if conducting EAS on benchmark instances
Expand Down

0 comments on commit 33cba4e

Please sign in to comment.