Defines a policy for triggering an action based on the Effective Sample Size (ESS) metric. More...
#include <range/v3/range/concepts.hpp>
#include <beluga/algorithm/effective_sample_size.hpp>
#include <beluga/policies/policy.hpp>
Go to the source code of this file.
Classes | |
struct | beluga::policies::detail::on_effective_size_drop_policy |
Implementation detail for a on_effective_size_drop_policy object. More... | |
Namespaces | |
beluga | |
The main Beluga namespace. | |
beluga::policies | |
beluga::policies::detail | |
Variables | |
constexpr policy< detail::on_effective_size_drop_policy > | beluga::policies::on_effective_size_drop |
Policy that can be used to trigger an action based on the Effective Sample Size (ESS) metric. More... | |
Defines a policy for triggering an action based on the Effective Sample Size (ESS) metric.
Definition in file on_effective_size_drop.hpp.