jmetal.metaheuristics.randomSearch
Class RandomSearch_main

java.lang.Object
  extended by jmetal.metaheuristics.randomSearch.RandomSearch_main

public class RandomSearch_main
extends java.lang.Object

Class for configuring and running the RandomSearch algorithm


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

RandomSearch_main

public RandomSearch_main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws JMException,
                        java.lang.SecurityException,
                        java.io.IOException,
                        java.lang.ClassNotFoundException
Parameters:
args - Command line arguments.
Throws:
JMException
java.io.IOException
java.lang.SecurityException - Usage: three options - jmetal.metaheuristics.randomSearch.RandomSearch_main - jmetal.metaheuristics.randomSearch.RandomSearch_main problemName
java.lang.ClassNotFoundException