This repo is for solving and implementing secretary problem. The result is a probability approximate optimal solution.
- Interview n candidates for a position
- Cannot recall
- After each can decide their rank
- Don’t know the quality of rest
Goal: maximize the probability of choosing the best candidate.
Run in commandline.
python secretary.py
2018 Spring, CSCI 6121 group 14 at George Washington University
- Zhaoqi Zhang
- Gaochong Xu
- Jeffrey Litfin
- Zixian Lin