blengerich / GenAMap

Visual Machine Learning of Genome-Phenome Associations
http://genamap.org
MIT License
22 stars 7 forks source link

TODO: Safety checks here - How to ensure that no jobs refer to this algorithm? Reference count in algorithm object? #9

Closed blengerich closed 8 years ago

blengerich commented 8 years ago

On file: Scheduler.cpp

blengerich commented 8 years ago

Assuming that each algorithm object is only used for one jobs, and only jobs are interacted from the outside. So safety is not a problem.