|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.BaseGeneticOperator
public abstract class BaseGeneticOperator
Base class for any implementation of interface GeneticOperator.
| Constructor Summary | |
|---|---|
BaseGeneticOperator(Configuration a_configuration)
The only constructor in this class. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object a_other)
Compares this GeneticOperator against the specified object. |
Configuration |
getConfiguration()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jgap.GeneticOperator |
|---|
operate |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public BaseGeneticOperator(Configuration a_configuration)
throws InvalidConfigurationException
a_configuration - the configuration to set (must not be null)
InvalidConfigurationException| Method Detail |
|---|
public Configuration getConfiguration()
public boolean equals(java.lang.Object a_other)
equals in class java.lang.Objecta_other - the object to compare against
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||