|
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.rec.Recombination
Abstract base class for a general recombination operator.
Field Summary | |
protected int |
quantity
Number of offspring this operator will produce. |
protected int |
required
Number of parents requires to work correctly. |
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
Recombination()
|
Method Summary | |
int |
getQuantity()
Gets the offspring size this operator will produce. |
int |
getRequired()
Gets the parent size this operator requires. |
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 |
Field Detail |
protected int quantity
protected int required
Constructor Detail |
public Recombination()
Method Detail |
public int getQuantity()
public int getRequired()
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |