Science Score: 41.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary

Keywords from Contributors

interactive mesh interpretability ode profiles sequences generic projection standardization optim
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: torfjelde
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 231 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

AutomaticMALA

Stable Dev Build Status

This is a simple implementation of "AutoMALA: Locally Adaptive Metropolis-Adjusted Langevin Algorithm" by Biron-Lattes, Surjanovic & Syed et al. (2023), i.e. MALA but with a step size that is allowed to change in a reversible manner.

Note that this is mainly meant as a demonstration of how to implement samplers in AbstractMCMC.jl and rather than a production ready sampler implementation.

Usage

It is easy to use AutoMALA with Turing.jl through the Turing.externalsampler interface:

```julia using AutomaticMALA, Turing

Define the model using Turing.jl.

@model function demo() s ~ InverseGamma(2, 3) m ~ Normal(0, sqrt(s)) 1.5 ~ Normal(m, sqrt(s)) 2.0 ~ Normal(m, sqrt(s)) end model = demo()

Set up the sampler.

numadapts = 1000 sampler = AutoMALA(ϵinit=1.0, numunadjusted=numadapts)

Perform inference.

chain = sample(model, externalsampler(sampler), 1000; discardinitial=numadapts) ```

Owner

  • Name: Tor Erlend Fjelde
  • Login: torfjelde
  • Kind: user
  • Company: @TuringLang

PhD student @ Computational and Biological Learning (CBL), University of Cambridge Mathematics Bsc. student at University of Edinburgh

Citation (CITATION.bib)

@misc{AutomaticMALA.jl,
	author  = {Tor Erlend Fjelde <tor.erlend95@gmail.com> and contributors},
	title   = {AutomaticMALA.jl},
	url     = {https://github.com/torfjelde/AutomaticMALA.jl},
	version = {v1.0.0-DEV},
	year    = {2024},
	month   = {5}
}

GitHub Events

Total
  • Push event: 2
  • Pull request event: 1
  • Create event: 1
Last Year
  • Push event: 2
  • Pull request event: 1
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 14
  • Total Committers: 2
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.143
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Tor Erlend Fjelde t****5@g****m 12
dependabot[bot] 4****] 2

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 39 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 5.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dependabot[bot] (2)
  • Red-Portal (1)
Pull Request Authors
  • dependabot[bot] (3)
Top Labels
Issue Labels
dependencies (2)
Pull Request Labels
dependencies (3) github_actions (1)

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/Register.yml actions
  • julia-actions/RegisterAction latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite