Skip to content

Julia-Tempering/AutoStep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoStep

A collection of implementations of the AutoStep family of samplers.

Usage

using Pigeons
using AutoStep

# using AutoStep RWMH
pigeons(
    target = toy_mvn_target(100),
    explorer = SimpleRWMH()
)

# using AutoStep HMC
pigeons(
    target = toy_mvn_target(100),
    explorer = SimpleAHMC()
)

# using AutoStep MALA
pigeons(
    target = toy_mvn_target(100),
    explorer = SimpleAHMC(int_times = AutoStep.FixedIntegrationTime())
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •