abstract class CompetitiveEvaluatorThread extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
int |
from |
Individual[] |
inds |
CompetitiveEvaluator |
me |
int |
numinds |
GroupedProblemForm |
p |
EvolutionState |
state |
int |
subpop |
int |
threadnum |
| Constructor and Description |
|---|
CompetitiveEvaluatorThread() |
public int numinds
public int from
public CompetitiveEvaluator me
public EvolutionState state
public int threadnum
public GroupedProblemForm p
public int subpop
public Individual[] inds
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.