jmetal.metaheuristics.densea
Class DENSEA_main

java.lang.Object
  extended by jmetal.metaheuristics.densea.DENSEA_main

public class DENSEA_main
extends java.lang.Object

Class for configuring and running the DENSEA algorithm


Field Summary
static java.util.logging.FileHandler fileHandler_
           
static java.util.logging.Logger logger_
           
 
Constructor Summary
DENSEA_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

DENSEA_main

public DENSEA_main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws JMException,
                        java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
JMException
java.io.IOException
java.lang.ClassNotFoundException