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

Expose parameter noiseStrength to user #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amoghpj
Copy link
Collaborator

@amoghpj amoghpj commented Oct 30, 2021

  1. Replaces the hard-coded value of c=10 with the parameter
    noiseStrength in simulator.noise().
  2. This parameter can now be set as a per-job setting specified
    by the user configuration file.
  3. Adds a warning message if the parameter is encountered in the
    the config file and its value does not match the default, i.e. 10.
  4. Update example-config.yaml with this option, but leave it commented
    out so people know that it is optional.

1. Replaces the hard-coded value of c=10 with the parameter
   noiseStrength in simulator.noise().
2. This parameter can now be set as a per-job setting specified
   by the user configuration file.
3. Adds a warning message if the parameter is encountered in the
   the config file and its value does not match the default, i.e. 10.
4. Update example-config.yaml with this option, but leave it commented
   out so people know that it is optional.
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

Successfully merging this pull request may close these issues.

1 participant