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

Useful limits on number of tuning iterations #22

Open
lxavier opened this issue Aug 6, 2018 · 3 comments
Open

Useful limits on number of tuning iterations #22

lxavier opened this issue Aug 6, 2018 · 3 comments

Comments

@lxavier
Copy link
Contributor

lxavier commented Aug 6, 2018

need at least 2 iterations for perturbation (1st run is without pert).
what is the default value if iter

@ofuhrer
Copy link
Contributor

ofuhrer commented Nov 25, 2019

The default value is 10 and is set in tools/default_values.py. In principle, I think we should not allow values < 2 since this does not make any sense (or is actually dangerous when used in combination with --reset-thresholds). What do you think @lxavier?

@ofuhrer ofuhrer changed the title edit option text for tunning Useful limits on number of tuning iterations Nov 26, 2019
@lxavier
Copy link
Contributor Author

lxavier commented Dec 2, 2019

agreed or the first run could be with pertubation

@ofuhrer
Copy link
Contributor

ofuhrer commented Dec 2, 2019

If the user selects --reset-thresholds, anything below 2 does not make sense. So I would suggest imposing a limit of >=2.

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