|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvica.engine.AbstractOperator
org.evolvica.core.common.AbstractGeneticOperator
org.evolvica.core.recombine.AbstractRecombinator
org.evolvica.core.recombine.string.StringRecombinator
Abstract base class for a string recombinator.
Field Summary |
Fields inherited from class org.evolvica.core.recombine.AbstractRecombinator |
builder |
Fields inherited from class org.evolvica.engine.AbstractOperator |
descriptor, element, id, name |
Constructor Summary | |
StringRecombinator()
Constructor. |
Method Summary | |
IIndividual[] |
recombine(IIndividual[] parents)
Performes the recombination. |
abstract java.lang.String[] |
recombine(java.lang.String[] parents)
Recombines strings. |
Methods inherited from class org.evolvica.core.recombine.AbstractRecombinator |
getBuilder, getProducedChildren, getRequiredParents, process, setBuilder |
Methods inherited from class org.evolvica.engine.AbstractOperator |
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.evolvica.engine.IOperator |
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName |
Constructor Detail |
public StringRecombinator()
Method Detail |
public IIndividual[] recombine(IIndividual[] parents)
AbstractRecombinator
recombine
in class AbstractRecombinator
parents
- the parent individuals
AbstractRecombinator.recombine(org.evolvica.core.IIndividual[])
public abstract java.lang.String[] recombine(java.lang.String[] parents)
parents
- array of strings from parents
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |