|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
Stores benchmark result for a single sample count. More...
#include <benchmarks.hpp>
Public Attributes | |
| size_t | n_samples |
| std::string | integration_result |
| std::string | duration |
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.
| std::string results::duration |
Definition at line 61 of file benchmarks.hpp.
| std::string results::integration_result |
Definition at line 60 of file benchmarks.hpp.
| size_t results::n_samples |
Definition at line 59 of file benchmarks.hpp.