case class EntropyAtomWeight(h0: Double, kl0: Double, p0: Double, q0: Double, initWeight: Double, hW: Double, klW: Double, crossKL: Boolean = true) extends Product with Serializable
Spire gradient learning for tradeoff between generation entropy and theorem-proof relative entropy
- h0
the initial generation entropy
- kl0
the initial relative entropy between theorems and proofs
- p0
the initial theorem weight of the element
- q0
the initial proof weight of the element
- initWeight
the weight of the initial distribution in generation of terms
- Alphabetic
- By Inheritance
- EntropyAtomWeight
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EntropyAtomWeight(h0: Double, kl0: Double, p0: Double, q0: Double, initWeight: Double, hW: Double, klW: Double, crossKL: Boolean = true)
- h0
the initial generation entropy
- kl0
the initial relative entropy between theorems and proofs
- p0
the initial theorem weight of the element
- q0
the initial proof weight of the element
- initWeight
the weight of the initial distribution in generation of terms
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from EntropyAtomWeight toany2stringadd[EntropyAtomWeight] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (EntropyAtomWeight, B)
- Implicit
- This member is added by an implicit conversion from EntropyAtomWeight toArrowAssoc[EntropyAtomWeight] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- 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()
- val crossKL: Boolean
- def ensuring(cond: (EntropyAtomWeight) => Boolean, msg: => Any): EntropyAtomWeight
- Implicit
- This member is added by an implicit conversion from EntropyAtomWeight toEnsuring[EntropyAtomWeight] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (EntropyAtomWeight) => Boolean): EntropyAtomWeight
- Implicit
- This member is added by an implicit conversion from EntropyAtomWeight toEnsuring[EntropyAtomWeight] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): EntropyAtomWeight
- Implicit
- This member is added by an implicit conversion from EntropyAtomWeight toEnsuring[EntropyAtomWeight] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): EntropyAtomWeight
- Implicit
- This member is added by an implicit conversion from EntropyAtomWeight toEnsuring[EntropyAtomWeight] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from EntropyAtomWeight toStringFormat[EntropyAtomWeight] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val h0: Double
- def h1(x: Double): Jet[Double]
- val hW: Double
- val initWeight: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iter(sc: Double = 1, prune: Boolean = false): Iterator[Double]
- implicit val jetDim: JetDim
- val kl0: Double
- def kl1(x: Double): Jet[Double]
- val klW: Double
- 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()
- val p0: Double
- def pInit(x: Double): Jet[Double]
- def pairIterator(sc: Double = 1): Iterator[(Double, Option[Double])]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def prunedPairIterator(cutoff: Double, sc: Double = 1): Iterator[(Double, Option[Double])]
- val q0: Double
- def q1(x: Double): Jet[Double]
- def stableWeight(cutoff: Double, sc: Double = 1): Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tot(x: Double): Jet[Double]
- def totIterator(x: Double, sc: Double = 1): Iterator[Double]
- def totShifted(x: Double, sc: Double = 1): Double
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (EntropyAtomWeight, B)
- Implicit
- This member is added by an implicit conversion from EntropyAtomWeight toArrowAssoc[EntropyAtomWeight] 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.