Package adams.core
Interface ThreadLimiter
-
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithm
,AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
,AbstractGeneticAlgorithm
,ArrayGenerate
,ArrayProcess
,Branch
,DarkLord
,ExecuteJobs
,Hermione
,LocalJobRunner
,PackDataGeneticAlgorithm
,WekaClassifierRanker
,WekaCrossValidationEvaluator
,WekaCrossValidationExecution
,WekaRepeatedCrossValidationEvaluator
,ZipPassword
public interface ThreadLimiter
Interface for classes that allow limiting the number of threads in use.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumThreads()
Returns the number of threads to use.void
setNumThreads(int value)
Sets the number of threads to use.
-