case class TheoremFeedback(fd: FiniteDistribution[Term], tfd: FiniteDistribution[Typ[Term]], vars: Vector[Term] = Vector(), scale: Double = 1.0, thmScale: Double = 0.3, thmTarget: Double = 0.2) extends Product with Serializable
feedback based on the term-type map as well as ensuring total weight of theorems is not small; various steps are explicit for exploration and debugging
- Alphabetic
- By Inheritance
- TheoremFeedback
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TheoremFeedback(fd: FiniteDistribution[Term], tfd: FiniteDistribution[Typ[Term]], vars: Vector[Term] = Vector(), scale: Double = 1.0, thmScale: Double = 0.3, thmTarget: Double = 0.2)
Value Members
- lazy val byProof: FiniteDistribution[Typ[Term]]
distribution of theorems (inhabited types) weighted by proofs.
- lazy val byStatement: FiniteDistribution[Typ[Term]]
distribution of theorems (inhabited types) weighted as in the type distribution and normalized.
- lazy val byStatementUnscaled: FiniteDistribution[Typ[Term]]
distribution of theorems (inhabited types) weighted as in the type distribution, not normalized.
- lazy val entropyPairs: Vector[(Typ[Term], (Double, Double))]
for each theorem, the pair of entropies with respect to the distribution
for each theorem, the pair of entropies with respect to the distribution
- as statement weight
- as proof weight
- val fd: FiniteDistribution[Term]
- def feedbackFunction(x: Typ[Term]): Double
term-type map feedback as function of type
- lazy val feedbackMap: Map[Typ[Term], Double]
term-type map feedback map ie feedbackVec as a map
- def feedbackTermDist(fd: FiniteDistribution[Term], typfd: FiniteDistribution[Typ[Term]]): Double
feedback based on distributions on terms and on types, by backward propagation from feedbackTypDist and thmFeedbackFunction
- def feedbackTypDist(fd: FiniteDistribution[Typ[Term]]): Double
feedback as function of distribution on types
- lazy val feedbackVec: Vector[(Typ[Term], Double)]
term-type map feedback vector with entries pairs
(typ, p)
- lazy val lfd: FiniteDistribution[Term]
terms mapped to lambdas with resepect to the variables
- lazy val pfd: FiniteDistribution[Typ[Term]]
types mapped to pis with respect to the variables.
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val scale: Double
- val tfd: FiniteDistribution[Typ[Term]]
- def thmFeedbackFunction(x: Term): Double
feedback based on total weight of theorems
- val thmScale: Double
- lazy val thmSet: Set[Typ[Term]]
set of theorems
- lazy val thmShift: Double
amount to shift to ensure theorems have a minimum total weight
- val thmTarget: Double
- lazy val thmTotal: Double
total weight of theorems
- val vars: Vector[Term]