jmetal.metaheuristics.singleObjective.geneticAlgorithm
Class TSPGA_main

java.lang.Object
  extended by jmetal.metaheuristics.singleObjective.geneticAlgorithm.TSPGA_main

public class TSPGA_main
extends java.lang.Object

This class runs a single-objective genetic algorithm (GA). The GA can be a steady-state GA (class SSGA) or a generational GA (class GGA). The TSP is used to test the algorithms. The data files accepted as in input are from TSPLIB.


Constructor Summary
TSPGA_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
 

Constructor Detail

TSPGA_main

public TSPGA_main()
Method Detail

main

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