org.encog.util.concurrency
public class DetermineWorkload extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MIN_WORTHWHILE
What is the minimum number of workload entries for a thread to be
worthwhile.
|
Constructor and Description |
---|
DetermineWorkload(int threads,
int workloadSize)
Determine the workload.
|
Modifier and Type | Method and Description |
---|---|
List<IntRange> |
calculateWorkers()
Calculate the high and low ranges for each worker.
|
int |
getThreadCount() |
public static final int MIN_WORTHWHILE
Copyright © 2014. All Rights Reserved.