Skip to content

python based implementation of the nested sampling algorithm

License

Notifications You must be signed in to change notification settings

fanzhang15/nested_sampling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nested Sampling

A python implementation of the nested sampling algorithm written by Stefano Martiniani and Jacob Stevenson

nested sampling example

This implementation uses the language of statistical mechanics (partition function, phase space, configurations, energy, density of states) rather than the language of bayesian sampling (likelihood, prior, evidence). This is simply for convenience, the method is the same.

Tools:

  • built-in parallelisation on single computing node (max total number of cpu threads on a single machine)

  • built-in parallelisation by distributed computing, ideal to run calculations on a cluster or across a network

  • ability to save and restart from checkpoint binary files, ideal for very long calculations

  • scripts to compute heat capacities and perform error analysis

See the examples for how to run the method

githalytics.com alpha

About

python based implementation of the nested sampling algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.0%
  • Python 26.5%
  • Makefile 1.5%