|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.ec.FEP
@Deprecated public class FEP
EC
algorithmConstructor Summary | |
---|---|
FEP()
Deprecated. |
Method Summary | |
---|---|
protected void |
performCrossOver()
Deprecated. |
protected void |
performFitnessEvaluation(Topology<Individual> pop)
Deprecated. |
void |
performInitialisation()
Deprecated. Perform the initialisation of the algorithm. |
void |
performIteration()
Deprecated. |
protected void |
performNextGenerationFormation()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FEP()
Method Detail |
---|
public void performInitialisation()
BehaviouralParameters
according to the FEP paper by Xin Yao.
public void performIteration()
protected void performFitnessEvaluation(Topology<Individual> pop)
pop
- The Topology.protected void performCrossOver()
protected void performNextGenerationFormation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |