class ServerScripts::Experiment
Class that represents an experiment that needs to be conducted. Accepts various parameters that need to be tested and a BatchJob
object which it customize depending on the test parameters.
Attributes
batch_job[RW]
executable[RW]
exp_params[RW]
job_params[RW]
Public Class Methods
new(exp_name)
click to toggle source
# File lib/server_scripts/experiment.rb, line 11 def initialize exp_name @exp_name = exp_name end