Metropolis

scalismo.sampling.algorithms.Metropolis$
See theMetropolis companion class
object Metropolis

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[A](generator: ProposalGenerator[A] & SymmetricTransitionRatio[A], evaluator: DistributionEvaluator[A])(implicit random: Random): Metropolis[A]

create a Metropolis MCMC chain, needs a symmetric proposal distribution, with logger attached

create a Metropolis MCMC chain, needs a symmetric proposal distribution, with logger attached

Attributes