jeco.lib.papers
Class PactWorkshopPaba2008

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

public class PactWorkshopPaba2008
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
PactWorkshopPaba2008(int mode, java.lang.String outDir, int numPoints, int maxTrials)
           
 
Method Summary
 void execute()
           
 void executeMode0()
           
 void executeMode1()
           
 void executeMode2()
           
 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

PactWorkshopPaba2008

public PactWorkshopPaba2008(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

executeMode2

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

initialize

public void initialize()

initializeAlgorithm

public void initializeAlgorithm(int i,
                                Problem problem)