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

State space explosion? #301

Closed
ptelang opened this issue Apr 5, 2016 · 2 comments
Closed

State space explosion? #301

ptelang opened this issue Apr 5, 2016 · 2 comments
Labels

Comments

@ptelang
Copy link

ptelang commented Apr 5, 2016

I am trying to generate dataset with about 50 variables out of which about 25 are categorical variables. I am using "file" tag for specifying possible values for the 25 categorical variables. The rest of the variables are specified using "assign" tag. Each file for the 25 categorical variables contains less than 10 values. DG framework chokes for more than 11 variables. It appears to freeze; I let it run for over 15mins and it produced nothing and caused my computer's fan to run faster than I have ever seen before! I am running it in Eclipse on a Mac with 16GB RAM and 2.5 GHz i7 processor.

Is there any solution for this issue?

@mpeter28
Copy link
Contributor

mpeter28 commented Apr 6, 2016

State space explosion is definitely an issue, and we have a guide (https://github.com/FINRAOS/DataGenerator/blob/master/docs/SCXMLModelOptimization.rst) on working around that. Hopefully that helps!

@mibrahim
Copy link
Member

In case you were putting all those states in a single node, consider splitting them into several nodes. DG attempts to compute the product of all variables in the same node before moving along. Most likely, that's the reason it's choking.

Please re-open if we didn't answer your question. Thanks,

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

No branches or pull requests

3 participants