TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

updating random_forest for OpenMP repeatability #102

Closed hgupta18 closed 4 years ago

hgupta18 commented 4 years ago

There isn't a way to implement repeatability in our construction of the seed. There are pragma directives for executing certain parts of the code in sequence but doing that limits speedup. I created a vector of seeds before parallelization to give us the behavior we want.

Couple other points:

johannes-kk commented 4 years ago

@hgupta18 can you add what you described above to a new Issue, labeled as bug, that describes the issue in more detail so we can address if it time permits?