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

Added sequential all examples generation #75

Merged
merged 1 commit into from
Jul 2, 2019
Merged

Added sequential all examples generation #75

merged 1 commit into from
Jul 2, 2019

Conversation

nimf
Copy link
Contributor

@nimf nimf commented Jul 1, 2019

When we know we need to generate all the possible examples rather than picking up each example randomly, we can iterate over all possible combinations sequentially.

Another related optimization is that now we calculate max possible combinations (cardinality) of each entity in the very beginning, before generating examples.

Minor change: displaying circular entities references path and nested slots path.

When we know we need to generate all the possible examples rather than
picking up each example randomly, we can iterate over all possible
combinations sequentially.

Another related optimization is that now we calculate max possible
combinations (cardinality) of each entity in the very beginning,
before generating examples.
@rodrigopivi
Copy link
Owner

Hi Yuri, this looks great thank you!

@rodrigopivi rodrigopivi merged commit 70fa8e1 into rodrigopivi:master Jul 2, 2019
@nimf
Copy link
Contributor Author

nimf commented Jul 2, 2019

Hi Rodrigo, thank you!

@nimf nimf deleted the all_combinations branch July 2, 2019 16:20
@rodrigopivi
Copy link
Owner

published v2.3.2, cheers!

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

Successfully merging this pull request may close these issues.

2 participants