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

Combine two add sweeping functions into one #2195

Closed
ZDu-IDM opened this issue Feb 14, 2024 · 1 comment
Closed

Combine two add sweeping functions into one #2195

ZDu-IDM opened this issue Feb 14, 2024 · 1 comment

Comments

@ZDu-IDM
Copy link
Collaborator

ZDu-IDM commented Feb 14, 2024

idmtools SimulationBuilder support two methods:

  • add_sweep_definition(function, ...)
  • add_multiple_parameter_sweep_definition(function, ...)

The first method only supports one parameter sweeping. The second method support multiple parameters (>=2) sweeping.

Currently have to remember both two methods and choose the right one based on the need. This causes certain inconveniences to the users.

Investigation: it is better to combine the two methods into one.

@shchen-idmod
Copy link
Collaborator

Fixed in 1.7.10 release

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

No branches or pull requests

2 participants