Determinism — where it appears
Named by 3 essays across 2 fields — each of them below, with the objects they name alongside it.
The difficulty was in the coin
One tessellation patch, one search, one test at every node — and a cost that runs from eighty-six steps to fifteen thousand depending on nothing but the starting seed. The heavy tail is real, it was measured carefully, and it was made by a single line of the search that nobody had thought of as a choice at all.
One witness or forty
Taking the randomness out of a search made it three orders of magnitude cheaper in the worst case and cost it thirty-nine of its forty answers. The compromise everybody reaches for — randomise only the choices that cannot matter — recovers four of the forty on two patches and none on the other three, because the diversity was never where it looked.
Restarting what cannot be restarted
Stopping a search early and starting it again with a fresh seed costs five hundred and twelve steps in expectation against sixteen thousand for patience. Every number in that is right. The distribution it is right about was made by the search's own coin, and taking the coin out costs eighty — with nothing left to reseed.
Named alongside it
The objects these essays reach for when they reach for this one.
SearchAssignmentLayer orderSearch costWitnessBacktrackingDistributionEnumerationExpected-valueLayer countMeasurementPatch