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

add "Might I suggest these settings next run..." output #14

Open
nvkelso opened this issue Nov 2, 2011 · 0 comments
Open

add "Might I suggest these settings next run..." output #14

nvkelso opened this issue Nov 2, 2011 · 0 comments
Labels

Comments

@nvkelso
Copy link
Collaborator

nvkelso commented Nov 2, 2011

First we run:
python dymo-label.py -z 6 --minutes 2 --labels-file labels.json --places-file points.json data/US-z6.csv.gz

Then the advanced mode is:
python dymo-label.py -z 5 --steps 10000 --max-temp 10 --min-temp 0.01 -l labels.json -p points.json data/US-z5.csv

But the automatic first run reports the steps, max, and min. But they are reported more like this:
Annealing from 0.01 to 10 over 10000 steps:

It would be nice if it said:
Annealing from 0.01 to 10 over 10000 steps:
TIP: Use these settings next run: python dymo-label.py -z 5 --steps 10000 --max-temp 10 --min-temp 0.01 -l labels.json -p points.json data/US-z5.csv

Where it auto built the command for you subbing in the right stuff.

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

No branches or pull requests

1 participant