-
Notifications
You must be signed in to change notification settings - Fork 0
Wasserstein #120
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
base: main
Are you sure you want to change the base?
Wasserstein #120
Conversation
| [NUM_OBSERVATIONS], # [5, 20, 100], | ||
| [ | ||
| ("normal", "normal", "normal_gamma"), | ||
| # ("normal", "normal", "normal_gamma"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remember to uncomment this before merging into main
| epsilon_list = BAS_DRO_EPSILON_SET | ||
| else: | ||
| # total_model_samples_list = BAS_TOTAL_MODEL_SAMPLES | ||
| total_model_samples_list = [3600, 10000] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this back before merging into main
| "num_observations": num_observations, | ||
| "num_posterior_samples": get_num_posterior_samples("newsvendor", total_model_samples, algorithm), | ||
| "num_replications": BAS_NUM_REPLICATIONS, | ||
| # "num_replications": BAS_NUM_REPLICATIONS, # FIXME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this back before merging to main
No description provided.