|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.core.GeneticOperator | +--mss.ea.al.DefaultIndividualCombiner
Default implementation of an individual stream combiner. This combiner just creates a new stream and adds all individuals from the streams in the array to it.
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
DefaultIndividualCombiner()
Constructor. |
Method Summary | |
IndividualStream |
combine(IndividualStream[] isa)
Combines the stream in the given array. |
Methods inherited from class mss.ea.core.GeneticOperator |
getDescription, getID, getName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultIndividualCombiner()
Method Detail |
public IndividualStream combine(IndividualStream[] isa)
combine
in interface IndividualCombiner
isa
- array with streams to be combined
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |