jeco.lib.papers
Class TransOnEvolutionaryComputation2008
java.lang.Object
jeco.lib.papers.TransOnEvolutionaryComputation2008
public class TransOnEvolutionaryComputation2008
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TransOnEvolutionaryComputation2008
public TransOnEvolutionaryComputation2008(int mode,
java.lang.String outDir,
int numPoints,
int maxTrials)
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)