Hindsight optimization


Hindsight optimisation is a computer science technique used in artificial intelligence for analysis of actions which have stochastic results. HOP is used in combination with a deterministic planner. By creating sample results for each of the possible actions from the given state, and using the deterministic planner to analyse those sample results, HOP allows an estimate of the actual action.