jmetal.metaheuristics.mocell
Class MOCell_main
java.lang.Object
jmetal.metaheuristics.mocell.MOCell_main
public class MOCell_main
- extends java.lang.Object
* This class executes the algorithms described in
A.J. Nebro, J.J. Durillo, F. Luna, B. Dorronsoro, E. Alba
"Design Issues in a Multiobjective Cellular Genetic Algorithm."
Evolutionary Multi-Criterion Optimization. 4th International Conference,
EMO 2007. Sendai/Matsushima, Japan, March 2007.
Field Summary |
static java.util.logging.FileHandler |
fileHandler_
|
static java.util.logging.Logger |
logger_
|
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 |
logger_
public static java.util.logging.Logger logger_
fileHandler_
public static java.util.logging.FileHandler fileHandler_
MOCell_main
public MOCell_main()
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. The first (optional) argument specifies
the problem to solve.
- Throws:
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