Packages

case class Deducer(applnWeight: Double = 0.2, lambdaWeight: Double = 0.2, piWeight: Double = 0.2, varWeight: Double = 0.3, vars: Vector[Weighted[Term]] = Vector(), propDecay: Double = 0.5, cutoff: Double = 0.01, feedbackScale: Double = 0.1, abstractionWeight: Double = 0.3, genMemory: Double = 0.8) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Deducer
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Deducer(applnWeight: Double = 0.2, lambdaWeight: Double = 0.2, piWeight: Double = 0.2, varWeight: Double = 0.3, vars: Vector[Weighted[Term]] = Vector(), propDecay: Double = 0.5, cutoff: Double = 0.01, feedbackScale: Double = 0.1, abstractionWeight: Double = 0.3, genMemory: Double = 0.8)

Type Members

  1. class BufferedRun extends AnyRef
  2. type Prob = (Term) => Double
  3. class Sampler extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Deducer toany2stringadd[Deducer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Deducer, B)
    Implicit
    This member is added by an implicit conversion from Deducer toArrowAssoc[Deducer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def absFD(fd: FiniteDistribution[Term]): FiniteDistribution[Term]
  7. def abstractTyps(typ: Typ[Term]): Typ[Term]
  8. val abstractionWeight: Double
  9. val applnWeight: Double
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def backProp(epsilon: Double, invImage: (Term) => Set[(Term, Term)])(fd: Prob): (TruncatedDistribution[Term]) => TruncatedDistribution[Term]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val cutoff: Double
  14. def ensuring(cond: (Deducer) => Boolean, msg: => Any): Deducer
    Implicit
    This member is added by an implicit conversion from Deducer toEnsuring[Deducer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Deducer) => Boolean): Deducer
    Implicit
    This member is added by an implicit conversion from Deducer toEnsuring[Deducer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): Deducer
    Implicit
    This member is added by an implicit conversion from Deducer toEnsuring[Deducer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Deducer
    Implicit
    This member is added by an implicit conversion from Deducer toEnsuring[Deducer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val feedbackScale: Double
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Deducer toStringFormat[Deducer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def funcUniProp(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob, invImage: (Term) => Set[(Term, Term)])(td: TruncatedDistribution[Term]): TruncatedDistribution[Term]
  22. def funcUniPropTerm(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob, invImage: (Term) => Set[(Term, Term)]): (Term) => TruncatedDistribution[Term]
  23. val genMemory: Double
  24. def getAbstractTheorems: FiniteDistribution[Typ[Term]]
  25. def getAbstractTheoremsByProofs: FiniteDistribution[Typ[Term]]
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def getElapsedTime: Long
  28. def getFeedback: FiniteDistribution[Term]
  29. def getLoops: Int
  30. def getProofs(absTyp: Typ[Term]): FiniteDistribution[Term]

    proofs of an abstracted theorem

  31. def getSample(pd: ProbabilityDistribution[Term], n: Int, accum: InvMap = Vector()): TermPopulation
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def lambdaFD(fd: Prob)(variable: Term): (Term) => Double

    given a truncated distribution of terms and a type, returns the truncated distribution of values of lambda terms of that type; with variable in the values from the above variable object

  34. def lambdaProb(prob: Prob)(variable: Term): Prob
  35. def lambdaPropValues(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob)(td: TruncatedDistribution[Term]): TruncatedDistribution[Term]
  36. def lambdaPropValuesTerm(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob): (Term) => TruncatedDistribution[Term]
  37. def lambdaPropVar(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob)(td: TruncatedDistribution[Term]): TruncatedDistribution[Term]
  38. def lambdaPropVarTerm(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob): (Term) => TruncatedDistribution[Term]
  39. val lambdaWeight: Double
  40. def learnerNextDistribution(fd: FiniteDistribution[Term], theorems: FiniteDistribution[Typ[Term]], n: Int, memory: Boolean = true, accum: InvMap = Vector(), smooth: (FiniteDistribution[Term]) => FiniteDistribution[Term] = identity): (FiniteDistribution[Term], InvMap)
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def nextDistribution(fd: FiniteDistribution[Term], n: Int, memory: Boolean = true, accum: InvMap = Vector(), smooth: (FiniteDistribution[Term]) => FiniteDistribution[Term] = identity): (FiniteDistribution[Term], InvMap)
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def piFD(fd: Prob)(variable: Term): Prob
  46. def piPropValues(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob)(td: TruncatedDistribution[Term]): TruncatedDistribution[Term]
  47. def piPropValuesTerm(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob): (Term) => TruncatedDistribution[Term]
  48. def piPropVar(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob)(td: TruncatedDistribution[Term]): TruncatedDistribution[Term]
  49. def piPropVarTerm(backProp: => (Prob) => (TruncatedDistribution[Term]) => TruncatedDistribution[Term])(fd: Prob): (Term) => TruncatedDistribution[Term]
  50. val piWeight: Double
  51. def productElementNames: Iterator[String]
    Definition Classes
    Product
  52. val propDecay: Double
  53. def shiftFD(popln: TermPopulation, cumApplnInv: InvMap = Vector()): FiniteDistribution[Term]
  54. def shifted(fd: FiniteDistribution[Term], td: TruncatedDistribution[Term]): FiniteDistribution[Term]
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. val varWeight: Double
  57. val vars: Vector[Weighted[Term]]
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. object absBucket extends WeightedTermBucket
  62. object bucket extends TermBucket

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (Deducer, B)
    Implicit
    This member is added by an implicit conversion from Deducer toArrowAssoc[Deducer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDeducer to any2stringadd[Deducer]

Inherited by implicit conversion StringFormat fromDeducer to StringFormat[Deducer]

Inherited by implicit conversion Ensuring fromDeducer to Ensuring[Deducer]

Inherited by implicit conversion ArrowAssoc fromDeducer to ArrowAssoc[Deducer]

Ungrouped