| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.metaheuristics.spea2.SPEA2_main
public class SPEA2_main
Class for configuring and running the SPEA2 algorithm
| Field Summary | |
|---|---|
| static java.util.logging.FileHandler | fileHandler_ | 
| static java.util.logging.Logger | logger_ | 
| Constructor Summary | |
|---|---|
| SPEA2_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 | 
|---|
public static java.util.logging.Logger logger_
public static java.util.logging.FileHandler fileHandler_
| Constructor Detail | 
|---|
public SPEA2_main()
| Method Detail | 
|---|
public static void main(java.lang.String[] args)
                 throws JMException,
                        java.io.IOException,
                        java.lang.ClassNotFoundException
args - Command line arguments. The first (optional) argument specifies 
             the problem to solve.
JMException
java.io.IOException
java.lang.SecurityException - Usage: three options
      - jmetal.metaheuristics.mocell.MOCell_main
      - jmetal.metaheuristics.mocell.MOCell_main problemName
      - jmetal.metaheuristics.mocell.MOCell_main problemName ParetoFrontFile
java.lang.ClassNotFoundException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||