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

Fix SeedGenerator #85

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

Updated SeedGenerator implementation so compilation no longer fails. As far as I can tell it's implemented right, but running the RandomForest demo with the same seeds gives inconsistent results, so something clearly isn't working. See #84.

Update: made some new commits, and this now works as expected. Seeding RandomForest with a meta-seed yields reproducible results.