Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 685 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 685 Bytes

Build Status

Assessing MCMC Scalability Using Blang

Overview

  • Permutation.xtend Permutations linked to Locally Balanced sampler
  • PermutationSamplerLocallyBalanced.java Locally Balanced sampler
  • PermutationSampler.java Naive Metropolis sampler
  • PermutationESS.java Calculate ESS per iteraiton
  • PermutedClustering.bl Anynomous game model

Setup

  • Click on Fork (top right).
  • Clone the forked repo into your Blang IDE's workspace folder.
  • cd into the cloned repo, then type ./gradlew eclipse.
  • Import the project into eclipse.