Packages

object EntropyAtomWeight extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntropyAtomWeight
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A, B](genDist: FiniteDistribution[A], pDist: FiniteDistribution[B], qDist: FiniteDistribution[B], elem: B, initWeight: Double, hW: Double, klW: Double): EntropyAtomWeight

    More natural (but verbose) description of spire gradients for entropy tradeoff

    More natural (but verbose) description of spire gradients for entropy tradeoff

    A

    the type of objects of the initial distribution, e.g. terms

    B

    the type of objects of the final distribution, e.g. types

    genDist

    the initial generating distribution

    pDist

    the initial "theorem by proof" distribution

    qDist

    the initial "theorem by statement" distribution

    elem

    the lemma whose weight is learned

    initWeight

    the weight of the initial distribution in the final one

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def evolvedLemmaGens(ev: EvolvedStateLike, hW: Double, klW: Double): Vector[(Typ[Term], EntropyAtomWeight)]
  10. def evolvedLemmaIters(ev: EvolvedStateLike, hW: Double, klW: Double, sc: Double = 1, prune: Boolean = false): Vector[(Typ[Term], Iterator[Double])]
  11. def findGoal(init: TermState, base: TermState, tg: TermGenParams, steps: Int, maxDepth: Int, cutoff: Double, hW: Double, klW: Double, limit: FiniteDuration = 3.minutes, sc: Double = 1): Task[FiniteDistribution[Term]]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def lemmaDist(ev: EvolvedStateLike, steps: Int, hW: Double, klW: Double, sc: Double = 1): FiniteDistribution[Term]
  16. def lemmaWeights(ev: EvolvedStateLike, steps: Int, hW: Double, klW: Double, sc: Double = 1): Vector[(Typ[Term], Double)]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def proofWeightIter(ev: EvolvedStateLike, pf: Term, weight: Double, cutoff: Double, hW: Double, klW: Double, sc: Double = 1, prune: Boolean = false): Iterator[Double]
  21. def proofWeightTuned(ev: EvolvedStateLike, pf: Term, weight: Double, cutoff: Double, steps: Int, hW: Double, klW: Double, sc: Double = 1, prune: Boolean = false): Option[(Term, Double)]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def tunedProofs(ev: EvolvedStateLike, pfs: Vector[(Term, Double)], cutoff: Double, steps: Int, hW: Double, klW: Double, sc: Double = 1, prune: Boolean = false): Vector[(Term, Double)]
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped