jmetal.metaheuristics.mocell
Class sMOCell2

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

public class sMOCell2
extends Algorithm

This class represents a synchronous version of MOCell algorithm, which applies an archive feedback through parent selection.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jmetal.core.Algorithm
inputParameters_, operators_, problem_
 
Constructor Summary
sMOCell2(Problem problem)
          Constructor
 
Method Summary
 SolutionSet execute()
          Runs of the sMOCell2 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
 

Constructor Detail

sMOCell2

public sMOCell2(Problem problem)
Constructor

Parameters:
problem - Problem to solve
Method Detail

execute

public SolutionSet execute()
                    throws JMException,
                           java.lang.ClassNotFoundException
Runs of the sMOCell2 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