Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
Public Attributes | List of all members
results Struct Reference

Stores benchmark result for a single sample count. More...

#include <benchmarks.hpp>

Collaboration diagram for results:

Public Attributes

size_t n_samples
 
std::string integration_result
 
std::string duration
 

Detailed Description

Stores benchmark result for a single sample count.

Contains the number of samples, estimated integral, and execution time.

Definition at line 58 of file benchmarks.hpp.

Member Data Documentation

◆ duration

std::string results::duration

Definition at line 61 of file benchmarks.hpp.

◆ integration_result

std::string results::integration_result

Definition at line 60 of file benchmarks.hpp.

◆ n_samples

size_t results::n_samples

Definition at line 59 of file benchmarks.hpp.


The documentation for this struct was generated from the following file: