class |
AbstractMultiConfExperiment |
Base class for experiments that execute variations of a
baseExperiment by changing its properties.
|
class |
FullFactorialExperiment |
Systematically tests all possible combinations of various discrete factors
and their values on a base experiment.
|
class |
MultipleConfigurationExperiment |
Runs variations of a certain base experiment specified by a list of
configurations.
|
class |
MultipleReplicationExperiment |
Runs an arbitrary baseExperiment multiple times (determined by
maxReplications).
|
class |
OCBAExperiment |
Purpose of this class is to find the best configuration/parameterization of a
base experiment (subject to random effects) using the Optimal Computing
Budget Allocation (OCBA) method.
|
class |
RandomFractionalExperiment |
Allows to run a certain maximum number of experiments chosen randomly.
|