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

Make the bins_ in network class ready for std::discrete_distribution #2

Closed
arminms opened this issue Aug 6, 2015 · 1 comment
Closed
Assignees

Comments

@arminms
Copy link
Owner

arminms commented Aug 6, 2015

std::vector<std::pair<ValueType, std::unordered_set>> bins_;

must be changed to:

std::vectorstd::unordered_set> bins_;
std::vector weights_;

@arminms arminms self-assigned this Aug 6, 2015
arminms added a commit that referenced this issue Aug 10, 2015
@arminms
Copy link
Owner Author

arminms commented Aug 10, 2015

Fixed.

@arminms arminms closed this as completed Aug 10, 2015
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