schrodinger.montecarlo

Type members

Classlikes

trait VariationalDistribution[F[_], P, Q]
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 LogWeighted[+A] = Weighted[LogDouble, A]
type LogWeightedT[F[_], A] = WeightedT[F, LogDouble, A]
type MarkovChain[P, A] = [F[_]] =>> Distribution[F, Params[P, A], A]
opaque type WeightedT[F[_], W, A]