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

Randomisations - cache args at the run_analysis level #391

Closed
GoogleCodeExporter opened this issue Mar 27, 2015 · 7 comments
Closed

Randomisations - cache args at the run_analysis level #391

GoogleCodeExporter opened this issue Mar 27, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

Existing randomisations override any user specified analysis arguments.  This 
is currently done at the level of the randomisation method, rather than at the 
run_analysis level.  

This has worked well up until now.  However, we now have the capability to also 
perturb trees (issue #389) and group properties (issue #388).  These are 
handled at the run_analysis level.  

An implementation detail is that the user can specify certain arguments that 
should not be overridden.  This means we need some metadata for the 
run_analysis sub.  The simplest approach is probably for any arguments 
specified by the rand_* subs to not be overridden.  


Original issue reported on code.google.com by shawnlaffan on 16 Jul 2013 at 11:05

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