BlockScience / PocketSimulationModel

2 stars 3 forks source link

Servicer shutdown by attribute #268

Closed SeanMcOwen closed 11 months ago

SeanMcOwen commented 11 months ago
SeanMcOwen commented 11 months ago

@jshorish Do you have a thought on how we represent detection of being shut down and kicking? Easiest version is immediately discovered and jailed.

SeanMcOwen commented 11 months ago

Other option is use an exponential distribution probability. With memoryless property, it could be an easy timestep probability of being discovered.

jshorish commented 11 months ago

@SeanMcOwen If we go with exponential distribution we can nest immediate discovery with suitable choice of \lambda parameter (1/mean). But will defer to you re: the effort required to get that incorporated given other priorities--might be 'safest' to code as immediate discovery for now?