Skip to main content

Simulate the 100 prisoners problem.

Project description

Install using pip3 install prisoners_problem.

Run a couple samples with a given strategy:

>>> from prisoners_problem import simulate
>>> simulate.nsamples(1000, strategy=simulate.try_find_self)
0.3
>>>

help(simulate.nsamples) should give information for how to put in your own strategy.

You can run python3 -m prisoners_problem.viz to show the results of the visualization.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prisoners_problem-0.0.7.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page