I came across this article which describes the epsilon-greedy strategy for testing user responses, a big improvement over A/B testing. It’s essentially a simple greedy algorithm with a randomization component to ensure that all possible choices are tested.
Continue reading "Market Testing with Epsilon-Greedy Strategy" →
