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

Programmatic way to specify parameter space #57

Closed
raar1 opened this issue Mar 15, 2019 · 1 comment
Closed

Programmatic way to specify parameter space #57

raar1 opened this issue Mar 15, 2019 · 1 comment

Comments

@raar1
Copy link
Collaborator

raar1 commented Mar 15, 2019

During the hackathon it became apparent that the current way of specifying parameter space (by providing a params dict in the input json file) is problematic for approaches such as @jlakhlili 's PCE case in which a potentially large number of varying parameters may be needed. This can happen e.g. when you need a large vector of parameters.

The most intuitive/logical approach in such cases would be to programmatically construct the params dictionary during the user script.

I propose that we add functionality to Campaign to allow the params stuff to be built in-script.

@raar1
Copy link
Collaborator Author

raar1 commented May 8, 2019

This has been essentially addressed in the recent refactor. Apps are now added programatically, and are passed the params block in-script.

@raar1 raar1 closed this as completed May 8, 2019
@dww100 dww100 removed this from To do in v0.3 May 9, 2019
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

1 participant