jeco.lib.papers
Class TransOnEvolutionaryComputation2008

java.lang.Object
  extended by jeco.lib.papers.TransOnEvolutionaryComputation2008

public class TransOnEvolutionaryComputation2008
extends java.lang.Object


Field Summary
protected  java.util.ArrayList<Algorithm> algorithms
           
protected  int mode
           
protected  int numPoints
           
protected  int numTrials
           
protected  java.lang.String outDir
           
protected  java.util.ArrayList<Problem> problems
           
 
Constructor Summary
TransOnEvolutionaryComputation2008(int mode, java.lang.String outDir, int numPoints, int maxTrials)
           
 
Method Summary
 void execute()
           
 void executeMode0()
           
 void executeMode1()
           
 void initialize()
           
 void initializeAlgorithm(int i, Problem problem)
           
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

mode

protected int mode

numTrials

protected int numTrials

numPoints

protected int numPoints

outDir

protected java.lang.String outDir

problems

protected java.util.ArrayList<Problem> problems

algorithms

protected java.util.ArrayList<Algorithm> algorithms
Constructor Detail

TransOnEvolutionaryComputation2008

public TransOnEvolutionaryComputation2008(int mode,
                                          java.lang.String outDir,
                                          int numPoints,
                                          int maxTrials)
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

execute

public void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception

executeMode0

public void executeMode0()
                  throws java.lang.Exception
Throws:
java.lang.Exception

executeMode1

public void executeMode1()
                  throws java.lang.Exception
Throws:
java.lang.Exception

initialize

public void initialize()

initializeAlgorithm

public void initializeAlgorithm(int i,
                                Problem problem)