Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the optimal objective of all problems #31

Open
bywbilly opened this issue Jan 22, 2021 · 1 comment
Open

About the optimal objective of all problems #31

bywbilly opened this issue Jan 22, 2021 · 1 comment

Comments

@bywbilly
Copy link

Hi,

I am wondering can u provide us with the optimal objective of all problems' validation set? Or tell me how can I get them from your code.

Thanks!

@wouterkool
Copy link
Owner

Hi!

I guess you're talking about TSP? You can install Concorde by running ./install_concorde.sh from the directory problems/tsp. Then from the root directory you can run python -m problems.tsp.tsp_baseline concorde data/tsp/tsp20_validation_seed4321.pkl data/tsp/tsp50_validaton_seed4321.pkl data/tsp/tsp100_validation_seed4321.pkl. These sets can be generated using python generate_data.py --problem all --name validation --seed 4321. See also the instructions. Solving all sets should take a reasonable amount of time (not more than an hour at most).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants