jmetal.metaheuristics.nsgaII
Class NSGAIIAdaptive

java.lang.Object
  extended by jmetal.core.Algorithm
      extended by jmetal.metaheuristics.nsgaII.NSGAIIAdaptive
All Implemented Interfaces:
java.io.Serializable

public class NSGAIIAdaptive
extends Algorithm

See Also:
Serialized Form

Field Summary
 SolutionSet offspringPopulation_
           
 SolutionSet population_
           
 int populationSize_
           
 SolutionSet union_
           
 
Fields inherited from class jmetal.core.Algorithm
inputParameters_, operators_, problem_
 
Constructor Summary
NSGAIIAdaptive(Problem problem)
           
 
Method Summary
 SolutionSet execute()
          Launches the execution of an specific algorithm.
 
Methods inherited from class jmetal.core.Algorithm
addOperator, getInputParameter, getOperator, getOutputParameter, getProblem, setInputParameter, setOutputParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

populationSize_

public int populationSize_

population_

public SolutionSet population_

offspringPopulation_

public SolutionSet offspringPopulation_

union_

public SolutionSet union_
Constructor Detail

NSGAIIAdaptive

public NSGAIIAdaptive(Problem problem)
Method Detail

execute

public SolutionSet execute()
                    throws JMException,
                           java.lang.ClassNotFoundException
Description copied from class: Algorithm
Launches the execution of an specific algorithm.

Specified by:
execute in class Algorithm
Returns:
a SolutionSet that is a set of non dominated solutions as a result of the algorithm execution
Throws:
JMException
java.lang.ClassNotFoundException