pub fn search_with_offset<SBF, RHS>(
supply: &SBF,
offset: Offset,
divergence_limit: Duration,
workload: &RHS,
) -> SearchResult
Expand description
Conduct an iterative fixed point search up to a given divergence
threshold, assuming a given fixed offset
within the busy
window.