|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
GroupedProblemForm is an interface which defines methods for Problems to implement simple coevolutionary evaluation.
| Method Summary | |
void |
evaluate(EvolutionState state,
Individual[] ind,
boolean[] updateFitness,
int threadnum)
Evaluates the individuals found in ind together. |
void |
postprocessPopulation(EvolutionState state,
Population pop)
Finish processing the population (such as fitness information) after evaluation. |
void |
preprocessPopulation(EvolutionState state,
Population pop)
Set up the population pop (such as fitness information) prior to evaluation. |
| Method Detail |
public void preprocessPopulation(EvolutionState state,
Population pop)
public void postprocessPopulation(EvolutionState state,
Population pop)
public void evaluate(EvolutionState state,
Individual[] ind,
boolean[] updateFitness,
int threadnum)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||