View source on GitHub
|
Implements DPQuery interface for restarting the states of another query.
This query is used to compose with a DPQuery that has reset_state function.
Classes
class PeriodicRoundRestartIndicator: Indicator for resetting the tree state after every a few number of queries.
class PeriodicTimeRestartIndicator: Indicator for periodically resetting the tree state after a certain time.
class RestartIndicator: Base class establishing interface for restarting the tree state.
class RestartQuery: DPQuery for SumAggregationDPQuery with a reset_state function.
View source on GitHub