schrodinger.montecarlo

Type members

Classlikes

sealed abstract class Weighted[W, +A] extends Product with Serializable
Companion:
object
object Weighted extends WeightedInstances with WeightedFunctions
Companion:
class
object WeightedT extends WeightedTInstances

Types

type ImportanceSampler[P, Q, X] = [F[_]] =>> Distribution[F, Params[P, Q], X]
type MarkovChain[P, A] = [F[_]] =>> Distribution[F, Params[P, A], A]
opaque type WeightedT[F[_], W, A]