jmetal.metaheuristics.smpso
Class SMPSOhv

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

public class SMPSOhv
extends Algorithm

This class implements the SMPSOhv algorithm described in: A.J Nebro, J.J. Durillo, C.A. Coello Coello. Analysis of Leader Selection Strategies in a Multi-Objective Particle Swarm Optimizer. 2013 IEEE Congress on Evolutionary Computation. June 2013

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jmetal.core.Algorithm
inputParameters_, operators_, problem_
 
Constructor Summary
SMPSOhv(Problem problem)
          Constructor
SMPSOhv(Problem problem, java.lang.String trueParetoFront)
          Constructor
SMPSOhv(Problem problem, java.util.Vector<java.lang.Double> variables, java.lang.String trueParetoFront)
           
 
Method Summary
 SolutionSet execute()
          Runs of the SMPSO algorithm.
 SolutionSet getLeader()
          Gets the leaders of the SMPSO algorithm
 void initParams()
          Initialize all parameter of the 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

SMPSOhv

public SMPSOhv(Problem problem)
Constructor

Parameters:
problem - Problem to solve

SMPSOhv

public SMPSOhv(Problem problem,
               java.util.Vector<java.lang.Double> variables,
               java.lang.String trueParetoFront)
        throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

SMPSOhv

public SMPSOhv(Problem problem,
               java.lang.String trueParetoFront)
        throws java.io.FileNotFoundException
Constructor

Parameters:
problem - Problem to solve
Throws:
java.io.FileNotFoundException
Method Detail

initParams

public void initParams()
Initialize all parameter of the algorithm


execute

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

getLeader

public SolutionSet getLeader()
Gets the leaders of the SMPSO algorithm