com.jgaap.backend
Class experimentEngine

java.lang.Object
  extended by com.jgaap.backend.experimentEngine

public class experimentEngine
extends java.lang.Object

Experiment Engine This class takes a csv file of experiments and then will run them one after the other and generates result files in the tmp directory

Author:
Mike Ryan

Constructor Summary
experimentEngine()
           
 
Method Summary
static void runExperiment(java.lang.String listPath)
          This method will iterate a the rows of a csv file of experiments running jgaap on each one and then generate a results file for it
static void runExperiment(java.util.Vector<java.util.Vector<java.lang.String>> experimentList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

experimentEngine

public experimentEngine()
Method Detail

runExperiment

public static void runExperiment(java.lang.String listPath)
This method will iterate a the rows of a csv file of experiments running jgaap on each one and then generate a results file for it

Parameters:
listPath - the location of the csv file of experiments

runExperiment

public static void runExperiment(java.util.Vector<java.util.Vector<java.lang.String>> experimentList)