Packages

class ParDistEq extends RecParDistEq

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParDistEq
  2. RecParDistEq
  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 ParDistEq(nodeCoeffSeqParam: NodeCoeffSeq[ParMapState, Double], varWeight: Double = 0.3, memo: ParDistEqMemo = new ParDistEqMemo)

Value Members

  1. val memo: ParDistEqMemo
    Definition Classes
    ParDistEqRecParDistEq
  2. def nextStateEqs(initState: ParMapState, cutoff: Double, maxDepth: Option[Int] = None, halted: => Boolean = false): (ParMapState, ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  3. def nodeCoeffDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(nodeCoeffs: NodeCoeffs[ParMapState, Double, HNil, Y], epsilon: Double, rv: RandomVar[Y]): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  4. def nodeCoeffFamilyDist[Dom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(nodeCoeffs: NodeCoeffs[ParMapState, Double, Dom, Y], epsilon: Double)(arg: Dom): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  5. val nodeCoeffSeq: NodeCoeffSeq[ParMapState, Double]
    Definition Classes
    ParDistEqRecParDistEq
  6. def nodeDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  7. def nodeDistCalc[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    ParDistEqRecParDistEq
  8. def nodeFamilyDistFunc[Dom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNodeFamily: GeneratorNodeFamily[Dom, Y], epsilon: Double)(arg: Dom): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  9. def varDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  10. def varDistCalc[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq
  11. def varFamilyDistFunc[RDom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVarFmly: RandomVarFamily[RDom, Y], epsilon: Double)(arg: RDom): (ParMap[Y, Double], ParSet[EquationNode])
    Definition Classes
    RecParDistEq