object EvolverVariables
- Alphabetic
- By Inheritance
- EvolverVariables
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- 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
- 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
- case class InitProb(term: Term) extends EvolverVariables with Product with Serializable
probability in the initial distribution
- 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.
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object Appl extends EvolverVariables with Product with Serializable
weight of function application in the generative model
- case object InitWeight extends EvolverVariables with Product with Serializable
weight of the initial distribution in the generative model
- case object LambdaWeight extends EvolverVariables with Product with Serializable
weight of lambda-islands in the generative model
- case object PiWeight extends EvolverVariables with Product with Serializable
weight of pi-islands in the generative model
- case object UnApp extends EvolverVariables with Product with Serializable
weight of unified application in the generative model
- case object VarWeight extends EvolverVariables with Product with Serializable
probability of the new variable in the initial distribution of an island.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated