Skip to main content
An adaptive basin-hopping Markov-chain Monte Carlo algorithm for Bayesian optimisation
======================================================================================

This is the python (v3.7) implementation of the hoppMCMC algorithm aiming to identify and sample from the high-probability regions of a posterior distribution. The algorithm combines three strategies: (i) parallel MCMC, (ii) adaptive Gibbs sampling and (iii) simulated annealing. Overall, hoppMCMC resembles the basin-hopping algorithm implemented in the optimize module of scipy, but it is developed for a wide range of modelling approaches including stochastic models with or without time-delay.

Contents
--------

1) Prerequisites
2) Linux installation

1) Prerequisites
----------------

The hoppMCMC algorithm requires the following packages, which are not included in this package:

numpy
scipy
mpi4py (MPI parallelisation)

The mpi4py package is required for parallelisation; however, it can be omitted.

2) Linux installation
---------------------

1) Easy way:

If you have pip installed, you can use the following command to download and install the package.
pip install hoppMCMC

Alternatively, you can download the source code from PyPI and run pip on the latest version xxx.
pip install hoppMCMC-xxx.tar.gz

2) Hard way:

If pip is not available, you can unpack the package contents and perform a manual install.
tar -xvzf hoppMCMC-xxx.tar.gz
cd hoppMCMC-xxx
python setup.py install

This will install the package in the site-packages directory of your python distribution. If you do not have root privileges or you wish to install to a different directory, you can use the --prefix argument.

python setup.py install --prefix=<dir>

In this case, please make sure that <dir> is in your PYTHONPATH, or you can add it with the following command.

In bash shell:
export PYTHONPATH=<dir>:$PYTHONPATH
In c shell:
setenv PYTHONPATH <dir>:$PYTHONPATH

Credits
-------

'modern-package-template' - http://pypi.python.org/pypi/modern-package-template

Download files

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

Source Distribution

hoppmcmc-2.2.7.tar.gz (600.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hoppmcmc-2.2.7-py3-none-any.whl (600.3 kB view details)

Uploaded Python 3

File details

Details for the file hoppmcmc-2.2.7.tar.gz.

File metadata

  • Download URL: hoppmcmc-2.2.7.tar.gz
  • Upload date:
  • Size: 600.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for hoppmcmc-2.2.7.tar.gz
Algorithm Hash digest
SHA256 5cdc968efd09212b7bf975cbcdd1bc03aa8b6f95f8beb42c8b6e17c6c15a6f8c
MD5 7e498ffdce581fd1f26afe23e940120b
BLAKE2b-256 26a58ef1991f72a88e2f425d4845b3e45dae4d8a7dafc9330b85c2c341339589

See more details on using hashes here.

File details

Details for the file hoppmcmc-2.2.7-py3-none-any.whl.

File metadata

  • Download URL: hoppmcmc-2.2.7-py3-none-any.whl
  • Upload date:
  • Size: 600.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for hoppmcmc-2.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 37ec8d2e54fd1a89e1cda771e22911b2a034da6f46643da3175ef816ec5be785
MD5 ed9586d4c0eb83cd624b42da2be21df2
BLAKE2b-256 b2a890e3d8ab7baf66e04e74ef81e44dd6bbb39bd2ae184d8347b6f57344e9b1

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.2.7 This release

2 files

2.2.6

2 files

2.2.5

2 files

2.2.4

2 files

2.2.3

2 files

2.2.2

2 files

2.2.1

2 files

2.2.0

2 files

2.1.0

2 files

2.0.0

2 files

1.1

1 file

1.0

1 file

0.5

1 file

0.4

1 file

0.3

1 file

0.2

1 file

0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page