public class DOVSEvaluator extends SimpleEvaluator
C_AUTO, cloneProblem, MERGE_BEST, MERGE_MEAN, MERGE_MEDIAN, mergeForm, numTests, P_CHUNK_SIZE, P_CLONE_PROBLEM, P_MERGE, P_NUM_TESTS, pool, V_AUTO, V_BEST, V_MEAN, V_MEDIANmasterproblem, P_IAMSLAVE, P_MASTERPROBLEM, p_problem, P_PROBLEM, runComplete| Constructor and Description |
|---|
DOVSEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evalPopChunk(EvolutionState state,
int[] numinds,
int[] from,
int threadnum,
SimpleProblemForm p)
For each of the iteration, we are not just evaluate the individuals in
current population but also current best individual and individuals in
activeSolutions.
|
evaluatePopulation, runComplete, setupcloseContacts, initializeContacts, postEvaluationGlobalUpdate, postEvaluationLocalUpdate, reinitializeContacts, setRunCompleteprotected void evalPopChunk(EvolutionState state, int[] numinds, int[] from, int threadnum, SimpleProblemForm p)
evalPopChunk in class SimpleEvaluator