jmetal.util.offspring
Class BLXAlphaCrossoverAndPolynomialMutation

java.lang.Object
  extended by jmetal.util.offspring.Offspring
      extended by jmetal.util.offspring.BLXAlphaCrossoverAndPolynomialMutation

public class BLXAlphaCrossoverAndPolynomialMutation
extends Offspring


Method Summary
 Solution getOffspring(SolutionSet solutionSet)
          Return on offspring from a solution set
 Solution getOffspring(SolutionSet solutionSet, SolutionSet archive)
          Return on offspring from two solution sets
 
Methods inherited from class jmetal.util.offspring.Offspring
configuration, getOffspring, getOffspring, getOffspring, getOffspring, getOffspring, getOffspring, getOffspring, getOffspring, id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOffspring

public Solution getOffspring(SolutionSet solutionSet)
Description copied from class: Offspring
Return on offspring from a solution set

Overrides:
getOffspring in class Offspring
Returns:
the offspring

getOffspring

public Solution getOffspring(SolutionSet solutionSet,
                             SolutionSet archive)
Description copied from class: Offspring
Return on offspring from two solution sets

Overrides:
getOffspring in class Offspring
Returns:
the offspring