tess 1.0.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::BlockedAgentRecoveryOptions Struct Reference

Configures deterministic, bounded checks of persistently blocked agents. More...

#include <tess/sim/path_agent_tick.h>

Public Attributes

std::uint32_t initial_delay_ticks = 16
 Upper bound for the first jittered delay after blockage is observed.
std::uint32_t max_delay_ticks = 256
 Upper bound for later exponentially backed-off delays.
std::size_t max_probes_per_tick = 8
 Maximum number of indices returned from one collection pass.
std::uint64_t jitter_seed = 0
 Caller-selected deterministic salt; no process-global RNG is consulted.

Detailed Description

Configures deterministic, bounded checks of persistently blocked agents.


The documentation for this struct was generated from the following file: