Secretary problem
The objective of this problem is to maximize the value of . The optimal solution suggests:
- Stop at the 37% point () of the total candidates
- After this point, select the first candidate with the highest preference score compared to previously seen candidates
This approach provides the mathematically optimal strategy for selecting the best candidate when you can only make decisions based on previously seen options.