jmetal.metaheuristics.nsgaII
Class ssNSGAIIAdaptive

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

public class ssNSGAIIAdaptive
extends Algorithm

See Also:
Serialized Form

Field Summary
 double mincontribution
           
 SolutionSet offspringPopulation_
           
 SolutionSet population_
           
 int populationSize_
           
 SolutionSet union_
           
 
Fields inherited from class jmetal.core.Algorithm
inputParameters_, operators_, problem_
 
Constructor Summary
ssNSGAIIAdaptive(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_

mincontribution

public double mincontribution
Constructor Detail

ssNSGAIIAdaptive

public ssNSGAIIAdaptive(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