pub const CONFIRM_AFTER: u32 = 3;Expand description
How many independent rediscoveries make a learning permanent.
A rediscovery is an arrival after the learning has lapsed — the first proposal is a
discovery, not a rediscovery, and does not count towards this. Reaching the bar therefore
takes roughly CONFIRM_AFTER * PROVISIONAL_RUNS of the agent’s runs, which is deliberate:
permanence is the one state nothing expires out of, so it should be expensive.