jmetal.metaheuristics.densea
Class DENSEA

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

public class DENSEA
extends Algorithm

Class implementing the DENSEA algorithm.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jmetal.core.Algorithm
inputParameters_, operators_, problem_
 
Constructor Summary
DENSEA(Problem problem)
           
 
Method Summary
 void deleteDuplicates(SolutionSet population)
           
 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
 

Constructor Detail

DENSEA

public DENSEA(Problem problem)
Method Detail

deleteDuplicates

public void deleteDuplicates(SolutionSet population)

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