Packages

c

provingground.learning

TensorFlowExprVarEquations

class TensorFlowExprVarEquations extends ExpressionEquationIndexifier

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorFlowExprVarEquations
  2. ExpressionEquationIndexifier
  3. AnyRef
  4. 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 TensorFlowExprVarEquations(initMap: Map[Expression, Double], equationVec: Vector[Equation], params: TermGenParams, graph: Graph, learningRate: Float, initVariables: Vector[Expression] = Vector())

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 TensorFlowExprVarEquations toany2stringadd[TensorFlowExprVarEquations] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TensorFlowExprVarEquations, B)
    Implicit
    This member is added by an implicit conversion from TensorFlowExprVarEquations toArrowAssoc[TensorFlowExprVarEquations] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. lazy val constantEquations: Set[Int]
  9. def ensuring(cond: (TensorFlowExprVarEquations) => Boolean, msg: => Any): TensorFlowExprVarEquations
    Implicit
    This member is added by an implicit conversion from TensorFlowExprVarEquations toEnsuring[TensorFlowExprVarEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (TensorFlowExprVarEquations) => Boolean): TensorFlowExprVarEquations
    Implicit
    This member is added by an implicit conversion from TensorFlowExprVarEquations toEnsuring[TensorFlowExprVarEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): TensorFlowExprVarEquations
    Implicit
    This member is added by an implicit conversion from TensorFlowExprVarEquations toEnsuring[TensorFlowExprVarEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): TensorFlowExprVarEquations
    Implicit
    This member is added by an implicit conversion from TensorFlowExprVarEquations toEnsuring[TensorFlowExprVarEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
  16. val equationVec: Vector[Equation]
  17. def equationsLogMismatch(eqs: Vector[(Operand[TFloat32], Operand[TFloat32])]): Operand[TFloat32]
  18. def equationsRatioMismatch(eqs: Vector[(Operand[TFloat32], Operand[TFloat32])]): Operand[TFloat32]
  19. def fit(steps: Int): Try[FiniteDistribution[Term]]
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TensorFlowExprVarEquations toStringFormat[TensorFlowExprVarEquations] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getProd(exp: Expression): ProductIndexExpression
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. lazy val indexMap: Map[Expression, Int]
  25. lazy val initPar: ParMap[Expression, Double]
  26. lazy val initTermIndices: Vector[Int]
  27. lazy val initTypIndices: Vector[Int]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
  30. val matchEquationsOp: Vector[(Operand[TFloat32], Operand[TFloat32])]
  31. val mismatch: Operand[TFloat32]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
  34. def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. val numVars: Int
  38. val optimizer: GradientDescent
  39. def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
  40. def prodOp(prod: ProductIndexExpression): Option[Operand[TFloat32]]
  41. def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
  42. val ps: Vector[Operand[TFloat32]]
  43. def quickCheck(): Try[Tensor[TFloat32]]
  44. lazy val randomVarIndices: ParVector[Vector[Int]]
  45. final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
    Definition Classes
    ExpressionEquationIndexifier
    Annotations
    @tailrec()
  46. lazy val rhsExprs: Vector[SumIndexExpression]
  47. lazy val rhsExprsPar: ParVector[SumIndexExpression]
  48. def rhsInvolves(js: Set[Int]): Set[Int]
  49. val shift: Op
  50. def simplify(exp: Expression): SumIndexExpression
  51. lazy val size: Int
  52. def sumOp(sum: SumIndexExpression): Option[Operand[TFloat32]]
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def termDist(session: Session): FiniteDistribution[Term]
  55. lazy val termIndexVec: Vector[(Term, Int)]
  56. lazy val termIndices: Vector[Int]
  57. def termProbs(session: Session): Vector[(Term, Float)]
  58. val tf: Ops
  59. lazy val thmPfIndices: Map[Int, Vector[Int]]
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. lazy val totalProbEquations: ParVector[ParVector[Double]]
  62. val totalProbEquationsOp: Vector[(Operand[TFloat32], Operand[TFloat32])]
  63. def traceIndices(j: Int, depth: Int): Vector[Int]
  64. def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
  65. lazy val typIndexVec: Vector[(Typ[Term], Int)]
  66. lazy val typIndices: Vector[Int]
  67. lazy val varVec: Vector[Expression]
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. val xs: Vector[Variable[TFloat32]]

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): (TensorFlowExprVarEquations, B)
    Implicit
    This member is added by an implicit conversion from TensorFlowExprVarEquations toArrowAssoc[TensorFlowExprVarEquations] 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 AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTensorFlowExprVarEquations to any2stringadd[TensorFlowExprVarEquations]

Inherited by implicit conversion StringFormat fromTensorFlowExprVarEquations to StringFormat[TensorFlowExprVarEquations]

Inherited by implicit conversion Ensuring fromTensorFlowExprVarEquations to Ensuring[TensorFlowExprVarEquations]

Inherited by implicit conversion ArrowAssoc fromTensorFlowExprVarEquations to ArrowAssoc[TensorFlowExprVarEquations]

Ungrouped