Packages

object TensorFlowExprEquations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorFlowExprEquations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equationEvolver(graph: Graph, initState: TermState, equationVec: Vector[Equation], params: TermGenParams, learningRate: Float): TensorFlowExprVarEquations
  2. def matrixCheck(initState: TermState, equationVec: Vector[Equation], params: TermGenParams): Try[Tensor[TFloat32]]
  3. def opLookup(v: Operand[TFloat32], sess: Session): Float
  4. def quickCheck(initState: TermState, equationVec: Vector[Equation], params: TermGenParams, learningRate: Float = 0.1f): Try[Try[Tensor[TFloat32]]]
  5. def takeSteps(initState: TermState, equationVec: Vector[Equation], params: TermGenParams, steps: Int, learningRate: Float = 0.1f): Try[FiniteDistribution[Term]]
  6. def tuned(steps: Int, initState: TermState, equationVec: Vector[Equation], params: TermGenParams): Try[(Vector[(Expression, Float)], Float)]