|
tess 1.0.0
Performance-first tile and path simulation substrate
|
Configures one bounded drain of an exact path-agent replan queue. More...
#include <tess/sim/path_agent_tick.h>
Public Attributes | |
| std::size_t | max_requests = 8 |
| Maximum number of exact searches performed by one processing call. | |
| MissingChunkPolicy | missing_chunk_policy |
| Sparse-world boundary behavior passed through to exact A*. | |
| std::uint64_t | equal_cost_tie_seed = 0 |
Configures one bounded drain of an exact path-agent replan queue.
| std::uint64_t tess::PathAgentReplanOptions::equal_cost_tie_seed = 0 |
Base seed for deterministic per-agent equal-cost weighted routes.
Zero preserves canonical A* ordering. A nonzero value derives a deterministic seed from each queued agent index; unit-cost replans ignore this field.
| MissingChunkPolicy tess::PathAgentReplanOptions::missing_chunk_policy |
Sparse-world boundary behavior passed through to exact A*.