CloudForest
CloudForest copied to clipboard
LearningThread object that combines splitter allocations and logic?
Currently we pass around a BestSplitAllocs object to avoid repeated allocations for each learning go routine. It might make more sense to call this object something like Learner or LearnerThread and attach logic to it.