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

Allow dimensions for bundles #20

Open
GoogleCodeExporter opened this issue May 14, 2015 · 0 comments
Open

Allow dimensions for bundles #20

GoogleCodeExporter opened this issue May 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

This enhancement is for experiments where dimensions are not independent. 
Consider the case that we want to create a bundled dimension and one parameter 
has a huge number of possible combinations. The other parameters are not 
affected by the additional parameters.
E.g.:
Dimension.createBundle("ranker",
new Object[] {
"rankerClass",  Ranker0},
new Object[] {
"rankerClass",  Ranker1,
"rankerParams",  Param4Ranker1});
There are two rankers but only Ranker1 needs parameters. If there are many 
possible parameters, they have to be added manually.

Proposed solution:
Param4Ranker1 could be an dimension inside this bundle. It could also be a list 
or array of objects that create a parameter space for Ranker1 only.

Original issue reported on code.google.com by nico.erbs@gmail.com on 14 Sep 2012 at 10:54

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