|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ec.Finisher
|
+--ec.simple.SimpleFinisher
SimpleFinisher is a default Finisher which doesn't do anything. Most application's don't need Finisher facilities, so this version will work fine.
| Constructor Summary | |
SimpleFinisher()
|
|
| Method Summary | |
void |
finishPopulation(EvolutionState state)
Doesn't do anything. |
void |
setup(EvolutionState state,
Parameter base)
Sets up the object by reading it from the parameters stored in state, built off of the parameter base base. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SimpleFinisher()
| Method Detail |
public void setup(EvolutionState state,
Parameter base)
public void finishPopulation(EvolutionState state)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||