https://github.com/ugnmura/secretary-problem-simulation
Simulation of the Secretary Problem
https://github.com/ugnmura/secretary-problem-simulation
maxima maximization probability secretary-problem simulation
Last synced: about 1 year ago
JSON representation
Simulation of the Secretary Problem
- Host: GitHub
- URL: https://github.com/ugnmura/secretary-problem-simulation
- Owner: ugnmura
- License: mit
- Created: 2022-02-13T22:44:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T18:46:53.000Z (over 4 years ago)
- Last Synced: 2025-02-21T21:11:25.444Z (over 1 year ago)
- Topics: maxima, maximization, probability, secretary-problem, simulation
- Language: Python
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secretary Problem Simulation
Simulation of the [Secretary Problem](https://en.wikipedia.org/wiki/Secretary_problem)
## Results
Probability of Success

Expected Score

## Requirements
- python 3
## Installation
```bash
pip install -r requirements.txt
```
## Usage
```bash
python main.py
```