We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff634d6 commit 85580c5Copy full SHA for 85580c5
1 file changed
include/geode/stochastic/sampling/mcmc/helpers/simulation_runner.hpp
@@ -38,6 +38,8 @@ namespace geode
38
std::vector< double > sum_squares;
39
std::vector< double > means;
40
std::vector< double > variances;
41
+ MonitoringStatistics( MonitoringStatistics&& ) = default;
42
+ MonitoringStatistics( const MonitoringStatistics& ) = default;
43
44
MonitoringStatistics( const index_t nb_energy_terms )
45
{
0 commit comments