Skip to main content

A Python+Julia package to compute Expected Delivery Time in Kleinberg's augmented grid model.

Project description

Kleinberg's Grid Ultimate

PyPI Status Build Status Documentation Status License Code Coverage

Great Trilogies Come in Threes.

Features

  • Provides a Python frontend with possibility to use Julia or Python backend.
  • Julia backend improved with fixed-size big ints (int256, int512, int1024) to speed up computation.
  • Provides tools to parallelize, estimate complexity bounds, estimate reasonable shortcut distributions.
  • Provides notebooks to benchmark the performance and reproduce the results from previous papers.

Installation

Pip installation preferred.

pip install kleinberg-grid-simulator

Usage

from kleinberg_grid_simulator import compute_edt
compute_edt(n=1000, r=2, p=1, q=1)

Credits

Céline Comte, co-author of Kleinberg's Grid Unchained.

This package was created with Cookiecutter and the Package Helper 3 project template.

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

kleinberg_grid_simulator-0.1.0.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

kleinberg_grid_simulator-0.1.0-py3-none-any.whl (16.8 kB view hashes)

Uploaded Python 3

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