In AI, this is known as the exploration/exploitation problem. You could try Googling “Multi-armed bandit” for an extremely theoretical view.
My biggest recommendation is to do a breadth-first search, using fermi calculations for value-of-information. If people would be interested, I could maybe write a guide on how to do this more concretely?
In AI, this is known as the exploration/exploitation problem. You could try Googling “Multi-armed bandit” for an extremely theoretical view.
My biggest recommendation is to do a breadth-first search, using fermi calculations for value-of-information. If people would be interested, I could maybe write a guide on how to do this more concretely?