viadee / javaAnchorExplainer

Explains machine learning models fast using the Anchor algorithm originally proposed by marcotcr in 2018
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

cannot close ExecutorService #9

Closed AlexChrbn closed 5 years ago

AlexChrbn commented 5 years ago

The ParallelSamplingService uses an ExecutorService for parallelization. The service must be stopped to close the threads.

At which point should it be done?