An open API service indexing awesome lists of open source software.

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

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

![Probability of Success](./images/success_rate.png)

Expected Score

![Expected Score](./images/expected_score.png)
## Requirements
- python 3

## Installation
```bash
pip install -r requirements.txt
```

## Usage
```bash
python main.py
```