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

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.BinCrossOverScheme
All Implemented Interfaces:
Configurable

public class BinCrossOverScheme
extends CrossOverScheme

Author:
pilar

Constructor Summary
BinCrossOverScheme()
          Creates a new instance of BinCrossOverScheme
 
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

BinCrossOverScheme

public BinCrossOverScheme()
Creates a new instance of BinCrossOverScheme

Method Detail

crossOver

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