| AbstractMultiConfExperiment |
Base class for experiments that execute variations of a
baseExperiment by changing its properties.
|
| AbstractMultiExperiment |
Parent class of an experiment which runs a number of child experiments.
|
| AbstractMultiExperiment.BaseExperimentCompleted |
Complex event object triggered upon sub-experiment completion.
|
| Experiment |
An Experiment is something that produces results depending on various
parameters.
|
| Experiment.UniqueNamesCheckingHashMap |
Deprecated. |
| ExperimentCompletableFuture |
|
| ExperimentMessage.ExpPrintMessage |
Class to store print messages of an experiment.
|
| FullFactorialExperiment |
Systematically tests all possible combinations of various discrete factors
and their values on a base experiment.
|
| MultipleConfigurationExperiment |
Runs variations of a certain base experiment specified by a list of
configurations.
|
| MultipleReplicationExperiment |
Runs an arbitrary baseExperiment multiple times (determined by
maxReplications).
|
| 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.
|
| RandomFractionalExperiment |
Allows to run a certain maximum number of experiments chosen randomly.
|