es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.crossover
Class ExpCrossOverScheme

java.lang.Object
  extended by es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.crossover.CrossOverScheme
      extended by es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.crossover.ExpCrossOverScheme
All Implemented Interfaces:
Configurable

public class ExpCrossOverScheme
extends CrossOverScheme

Author:
pilar

Constructor Summary
ExpCrossOverScheme()
          Creates a new instance of ExpCrossOverScheme
 
Method Summary
 Individual crossOver(EvolutionaryAlgorithm ea, Individual target, Individual v)
           
 
Methods inherited from class es.udc.gii.common.eaf.algorithm.operator.reproduction.mutation.de.crossover.CrossOverScheme
checkBounds, configure, getCR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpCrossOverScheme

public ExpCrossOverScheme()
Creates a new instance of ExpCrossOverScheme

Method Detail

crossOver

public Individual crossOver(EvolutionaryAlgorithm ea,
                            Individual target,
                            Individual v)
Specified by:
crossOver in class CrossOverScheme