|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.gp.CrossMethod
public abstract class CrossMethod
Abstract base class for GP-crossing over implementations.
| Constructor Summary | |
|---|---|
CrossMethod(GPConfiguration a_configuration)
|
|
| Method Summary | |
|---|---|
GPConfiguration |
getConfiguration()
|
abstract IGPProgram[] |
operate(IGPProgram a_i1,
IGPProgram a_i2)
Crosses two individuals. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrossMethod(GPConfiguration a_configuration)
| Method Detail |
|---|
public GPConfiguration getConfiguration()
public abstract IGPProgram[] operate(IGPProgram a_i1,
IGPProgram a_i2)
a_i1 - the first individual to crossa_i2 - the second individual to cross
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||