Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (TensorFlowExprVarEquations, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- lazy val constantEquations: Set[Int]
- def ensuring(cond: (TensorFlowExprVarEquations) => Boolean, msg: => Any): TensorFlowExprVarEquations
- def ensuring(cond: (TensorFlowExprVarEquations) => Boolean): TensorFlowExprVarEquations
- def ensuring(cond: Boolean, msg: => Any): TensorFlowExprVarEquations
- def ensuring(cond: Boolean): TensorFlowExprVarEquations
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
- val equationVec: Vector[Equation]
- def equationsLogMismatch(eqs: Vector[(Operand[TFloat32], Operand[TFloat32])]): Operand[TFloat32]
- def equationsRatioMismatch(eqs: Vector[(Operand[TFloat32], Operand[TFloat32])]): Operand[TFloat32]
- def fit(steps: Int): Try[FiniteDistribution[Term]]
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getProd(exp: Expression): ProductIndexExpression
- def hashCode(): Int
- lazy val indexMap: Map[Expression, Int]
- lazy val initPar: ParMap[Expression, Double]
- lazy val initTermIndices: Vector[Int]
- lazy val initTypIndices: Vector[Int]
- final def isInstanceOf[T0]: Boolean
- def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
- val matchEquationsOp: Vector[(Operand[TFloat32], Operand[TFloat32])]
- val mismatch: Operand[TFloat32]
- final def ne(arg0: AnyRef): Boolean
- def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
- def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
- final def notify(): Unit
- final def notifyAll(): Unit
- val numVars: Int
- val optimizer: GradientDescent
- def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
- def prodOp(prod: ProductIndexExpression): Option[Operand[TFloat32]]
- def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
- val ps: Vector[Operand[TFloat32]]
- def quickCheck(): Try[Tensor[TFloat32]]
- lazy val randomVarIndices: ParVector[Vector[Int]]
- final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
- lazy val rhsExprs: Vector[SumIndexExpression]
- lazy val rhsExprsPar: ParVector[SumIndexExpression]
- def rhsInvolves(js: Set[Int]): Set[Int]
- val shift: Op
- def simplify(exp: Expression): SumIndexExpression
- lazy val size: Int
- def sumOp(sum: SumIndexExpression): Option[Operand[TFloat32]]
- final def synchronized[T0](arg0: => T0): T0
- def termDist(session: Session): FiniteDistribution[Term]
- lazy val termIndexVec: Vector[(Term, Int)]
- lazy val termIndices: Vector[Int]
- def termProbs(session: Session): Vector[(Term, Float)]
- val tf: Ops
- lazy val thmPfIndices: Map[Int, Vector[Int]]
- def toString(): String
- lazy val totalProbEquations: ParVector[ParVector[Double]]
- val totalProbEquationsOp: Vector[(Operand[TFloat32], Operand[TFloat32])]
- def traceIndices(j: Int, depth: Int): Vector[Int]
- def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
- lazy val typIndexVec: Vector[(Typ[Term], Int)]
- lazy val typIndices: Vector[Int]
- lazy val varVec: Vector[Expression]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- val xs: Vector[Variable[TFloat32]]
Value Members
- lazy val constantEquations: Set[Int]
- def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
- val equationVec: Vector[Equation]
- def getProd(exp: Expression): ProductIndexExpression
- lazy val indexMap: Map[Expression, Int]
- lazy val initPar: ParMap[Expression, Double]
- lazy val initTermIndices: Vector[Int]
- lazy val initTypIndices: Vector[Int]
- def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
- def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
- def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
- val numVars: Int
- def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
- def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
- lazy val randomVarIndices: ParVector[Vector[Int]]
- final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
- lazy val rhsExprs: Vector[SumIndexExpression]
- lazy val rhsExprsPar: ParVector[SumIndexExpression]
- def rhsInvolves(js: Set[Int]): Set[Int]
- def simplify(exp: Expression): SumIndexExpression
- lazy val size: Int
- lazy val termIndexVec: Vector[(Term, Int)]
- lazy val termIndices: Vector[Int]
- lazy val thmPfIndices: Map[Int, Vector[Int]]
- lazy val totalProbEquations: ParVector[ParVector[Double]]
- def traceIndices(j: Int, depth: Int): Vector[Int]
- def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
- lazy val typIndexVec: Vector[(Typ[Term], Int)]
- lazy val typIndices: Vector[Int]
- lazy val varVec: Vector[Expression]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Value Members
- def +(other: String): String
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (TensorFlowExprVarEquations, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- lazy val constantEquations: Set[Int]
- def ensuring(cond: (TensorFlowExprVarEquations) => Boolean, msg: => Any): TensorFlowExprVarEquations
- def ensuring(cond: (TensorFlowExprVarEquations) => Boolean): TensorFlowExprVarEquations
- def ensuring(cond: Boolean, msg: => Any): TensorFlowExprVarEquations
- def ensuring(cond: Boolean): TensorFlowExprVarEquations
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
- val equationVec: Vector[Equation]
- def equationsLogMismatch(eqs: Vector[(Operand[TFloat32], Operand[TFloat32])]): Operand[TFloat32]
- def equationsRatioMismatch(eqs: Vector[(Operand[TFloat32], Operand[TFloat32])]): Operand[TFloat32]
- def fit(steps: Int): Try[FiniteDistribution[Term]]
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getProd(exp: Expression): ProductIndexExpression
- def hashCode(): Int
- lazy val indexMap: Map[Expression, Int]
- lazy val initPar: ParMap[Expression, Double]
- lazy val initTermIndices: Vector[Int]
- lazy val initTypIndices: Vector[Int]
- final def isInstanceOf[T0]: Boolean
- def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
- val matchEquationsOp: Vector[(Operand[TFloat32], Operand[TFloat32])]
- val mismatch: Operand[TFloat32]
- final def ne(arg0: AnyRef): Boolean
- def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
- def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
- final def notify(): Unit
- final def notifyAll(): Unit
- val numVars: Int
- val optimizer: GradientDescent
- def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
- def prodOp(prod: ProductIndexExpression): Option[Operand[TFloat32]]
- def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
- val ps: Vector[Operand[TFloat32]]
- def quickCheck(): Try[Tensor[TFloat32]]
- lazy val randomVarIndices: ParVector[Vector[Int]]
- final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
- lazy val rhsExprs: Vector[SumIndexExpression]
- lazy val rhsExprsPar: ParVector[SumIndexExpression]
- def rhsInvolves(js: Set[Int]): Set[Int]
- val shift: Op
- def simplify(exp: Expression): SumIndexExpression
- lazy val size: Int
- def sumOp(sum: SumIndexExpression): Option[Operand[TFloat32]]
- final def synchronized[T0](arg0: => T0): T0
- def termDist(session: Session): FiniteDistribution[Term]
- lazy val termIndexVec: Vector[(Term, Int)]
- lazy val termIndices: Vector[Int]
- def termProbs(session: Session): Vector[(Term, Float)]
- val tf: Ops
- lazy val thmPfIndices: Map[Int, Vector[Int]]
- def toString(): String
- lazy val totalProbEquations: ParVector[ParVector[Double]]
- val totalProbEquationsOp: Vector[(Operand[TFloat32], Operand[TFloat32])]
- def traceIndices(j: Int, depth: Int): Vector[Int]
- def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
- lazy val typIndexVec: Vector[(Typ[Term], Int)]
- lazy val typIndices: Vector[Int]
- lazy val varVec: Vector[Expression]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- val xs: Vector[Variable[TFloat32]]
- def finalize(): Unit
- def →[B](y: B): (TensorFlowExprVarEquations, B)