ompl::Benchmark::CompleteExperiment Struct Reference

This structure holds experimental data for a set of planners. More...

#include <Benchmark.h>

List of all members.

Public Attributes

std::string host
 Hostname that identifies the machine the benchmark ran on.
double maxMem
 The maximum allowed memory for planner computation during the experiment (MB).
double maxTime
 The maximum allowed time for planner computation during the experiment (seconds).
std::string name
 The name of the experiment.
std::vector< PlannerExperimentplanners
 The collected experimental data; each element of the array (an experiment) corresponds to a planner.
boost::uint32_t seed
 The random seed that was used at the start of the benchmark program.
std::string setupInfo
 The output of SimpleSetup::print() before the experiment was started.
time::point startTime
 The point in time when the experiment was started.
double totalDuration
 The amount of time spent to collect the information in this structure (seconds).

Detailed Description

This structure holds experimental data for a set of planners.

Definition at line 94 of file Benchmark.h.


Member Data Documentation

Hostname that identifies the machine the benchmark ran on.

Definition at line 121 of file Benchmark.h.

The maximum allowed memory for planner computation during the experiment (MB).

Definition at line 106 of file Benchmark.h.

The maximum allowed time for planner computation during the experiment (seconds).

Definition at line 103 of file Benchmark.h.

The name of the experiment.

Definition at line 97 of file Benchmark.h.

The collected experimental data; each element of the array (an experiment) corresponds to a planner.

Definition at line 100 of file Benchmark.h.

The random seed that was used at the start of the benchmark program.

Definition at line 118 of file Benchmark.h.

The output of SimpleSetup::print() before the experiment was started.

Definition at line 115 of file Benchmark.h.

The point in time when the experiment was started.

Definition at line 109 of file Benchmark.h.

The amount of time spent to collect the information in this structure (seconds).

Definition at line 112 of file Benchmark.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


ompl
Author(s): Ioan Sucan/isucan@rice.edu, Mark Moll/mmoll@rice.edu, Lydia Kavraki/kavraki@rice.edu
autogenerated on Fri Jan 11 11:37:45 2013