net.sourceforge.cilib.ec
Class FEP

java.lang.Object
  extended by net.sourceforge.cilib.ec.FEP

Deprecated.

@Deprecated
public class FEP
extends Object

Author:
Gary Pampara This class is deprecated as it can be constructed using the correct IterationStrategy together with the generalised EC algorithm

Constructor 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

FEP

public FEP()
Deprecated. 
Method Detail

performInitialisation

public void performInitialisation()
Deprecated. 
Perform the initialisation of the algorithm. Create the individuals and initialise the BehaviouralParameters according to the FEP paper by Xin Yao.


performIteration

public void performIteration()
Deprecated. 

performFitnessEvaluation

protected void performFitnessEvaluation(Topology<Individual> pop)
Deprecated. 
Parameters:
pop - The Topology.

performCrossOver

protected void performCrossOver()
Deprecated. 

performNextGenerationFormation

protected void performNextGenerationFormation()
Deprecated. 


Copyright © 2009 CIRG. All Rights Reserved.