FTQuant
0.1
|
A container for storing the result of a Monte-Carlo simulation. More...
#include <ftqlib.hpp>
Public Member Functions | |
MonteCarloResult (int result_code, int n_simulations, double error, double result) | |
std::string | to_json () const |
A function that converts a MonteCarloResult to a JSON string. More... | |
A container for storing the result of a Monte-Carlo simulation.
result_code | The result code of the simulation. |
n_simulations | The number of simulations performed. |
error | The error of the simulation. |
result | The result of the simulation. |
Definition at line 43 of file ftqlib.hpp.
|
inline |
Definition at line 45 of file ftqlib.hpp.
std::string MonteCarloResult::to_json | ( | ) | const |
A function that converts a MonteCarloResult to a JSON string.
MonteCarloResult to a JSON string.
Definition at line 14 of file MonteCarlo.cpp.
Referenced by Execution::execute(), and TEST().