Package org.cloudsimplus.testbeds

Provides base classes to enable implementing testbeds in a repeatable manner, allowing a researcher to execute several simulation runs for a given experiment and collect statistical data using a scientific approach.

Author:
Manoel Campos da Silva Filho
  • Class Summary 
    Class Description
    Experiment
    A base class to implement simulation experiments that can be executed in a repeatable way by a ExperimentRunner.
    ExperimentRunner<T extends Experiment>
    A base class to run a given experiment a defined number of times and collect statistics about the execution.