jmetal.metaheuristics.smpso
Class SMPSO_main

java.lang.Object
  extended by jmetal.metaheuristics.smpso.SMPSO_main

public class SMPSO_main
extends java.lang.Object

This class executes the SMPSO algorithm described in: A.J. Nebro, J.J. Durillo, J. Garcia-Nieto, C.A. Coello Coello, F. Luna and E. Alba "SMPSO: A New PSO-based Metaheuristic for Multi-objective Optimization". IEEE Symposium on Computational Intelligence in Multicriteria Decision-Making (MCDM 2009), pp: 66-73. March 2009


Field Summary
static java.util.logging.FileHandler fileHandler_
           
static java.util.logging.Logger logger_
           
 
Constructor Summary
SMPSO_main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger_

public static java.util.logging.Logger logger_

fileHandler_

public static java.util.logging.FileHandler fileHandler_
Constructor Detail

SMPSO_main

public SMPSO_main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws JMException,
                        java.io.IOException,
                        java.lang.ClassNotFoundException
Parameters:
args - Command line arguments. The first (optional) argument specifies the problem to solve.
Throws:
JMException
java.io.IOException
java.lang.SecurityException - Usage: three options - jmetal.metaheuristics.smpso.SMPSO_main - jmetal.metaheuristics.smpso.SMPSO_main problemName - jmetal.metaheuristics.smpso.SMPSO_main problemName ParetoFrontFile
java.lang.ClassNotFoundException