Packages

object EvolverVariables

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvolverVariables
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FinalProb(term: Term, context: Vector[Term]) extends EvolverVariables with Product with Serializable

    probability in the final distribution of a context

    probability in the final distribution of a context

    term

    term in the specific context

    context

    the context

  2. case class HasTyp(typ: Typ[Term], context: Vector[Term]) extends EvolverVariables with Product with Serializable

    the probability of the event that a term in the final distribution of a context has a specified type

  3. case class InitProb(term: Term) extends EvolverVariables with Product with Serializable

    probability in the initial distribution

  4. case class IsFuncP(context: Vector[Term]) extends EvolverVariables with Product with Serializable

    the probability that a term in the final distribution of a context is a function.

  5. case class IsTypP(context: Vector[Term]) extends EvolverVariables with Product with Serializable

    the probability that a term in the final distribution of a context is a type.

Value Members

  1. case object Appl extends EvolverVariables with Product with Serializable

    weight of function application in the generative model

  2. case object InitWeight extends EvolverVariables with Product with Serializable

    weight of the initial distribution in the generative model

  3. case object LambdaWeight extends EvolverVariables with Product with Serializable

    weight of lambda-islands in the generative model

  4. case object PiWeight extends EvolverVariables with Product with Serializable

    weight of pi-islands in the generative model

  5. case object UnApp extends EvolverVariables with Product with Serializable

    weight of unified application in the generative model

  6. case object VarWeight extends EvolverVariables with Product with Serializable

    probability of the new variable in the initial distribution of an island.