Packages

c

provingground.learning

GeneratorEquations

case class GeneratorEquations[State](nodeCoeffSeq: NodeCoeffSeq[State, Double], varWeight: Double, initState: State, finalState: State)(implicit sd: StateDistribution[State, FiniteDistribution]) extends EvolvedEquations[State] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, EvolvedEquations[State], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneratorEquations
  2. Serializable
  3. Product
  4. Equals
  5. EvolvedEquations
  6. AnyRef
  7. 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 GeneratorEquations(nodeCoeffSeq: NodeCoeffSeq[State, Double], varWeight: Double, initState: State, finalState: State)(implicit sd: StateDistribution[State, FiniteDistribution])

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 GeneratorEquations[State] toany2stringadd[GeneratorEquations[State]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GeneratorEquations[State], B)
    Implicit
    This member is added by an implicit conversion from GeneratorEquations[State] toArrowAssoc[GeneratorEquations[State]] 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. def elemFinalVarList[Dom <: HList](vl: RandomVarList[Dom]): Set[ElemList[Dom]]
  9. lazy val elemFinalVars: Map[RandomVar[_], Set[Elem[_]]]
  10. def elemInitVarList[Dom <: HList](vl: RandomVarList[Dom]): Set[ElemList[Dom]]
  11. lazy val elemInitVars: Map[RandomVar[_], Set[Elem[_]]]
  12. def ensuring(cond: (GeneratorEquations[State]) => Boolean, msg: => Any): GeneratorEquations[State]
    Implicit
    This member is added by an implicit conversion from GeneratorEquations[State] toEnsuring[GeneratorEquations[State]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (GeneratorEquations[State]) => Boolean): GeneratorEquations[State]
    Implicit
    This member is added by an implicit conversion from GeneratorEquations[State] toEnsuring[GeneratorEquations[State]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): GeneratorEquations[State]
    Implicit
    This member is added by an implicit conversion from GeneratorEquations[State] toEnsuring[GeneratorEquations[State]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): GeneratorEquations[State]
    Implicit
    This member is added by an implicit conversion from GeneratorEquations[State] toEnsuring[GeneratorEquations[State]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. lazy val equations: Set[Equation]
    Definition Classes
    GeneratorEquationsEvolvedEquations
  18. lazy val eventEquations: Set[Equation]
  19. def eventTotal[X, Y](ev: Event[X, Y]): Expression
  20. def eventValue[X, Y](ev: Event[X, Y]): Double
  21. lazy val eventValues: Map[VarVal[_], Double]
  22. def finalElemIndices[Dom <: HList, Y](rvF: RandomVarFamily[Dom, Y]): Set[Dom]
  23. def finalElemValOpt[Y](element: Y, rv: RandomVar[Y]): Option[FinalVal[Y]]
  24. lazy val finalElemValues: Map[VarVal[_], Double]
  25. def finalListProb[Dom <: HList](rvl: RandomVarList[Dom]): Set[(Dom, Expression)]
  26. def finalProbSet[Dom <: HList, Y](rvF: RandomVarFamily[Dom, Y]): Map[HList, Set[FinalVal[Any]]]
  27. lazy val finalProbTotals: Set[Expression]
  28. lazy val finalProbVars: Map[RandomVar[Any], Set[Expression]]
  29. def finalProbs[Y](rv: RandomVar[Y]): Set[(Y, FinalVal[_])]
  30. val finalState: State
    Definition Classes
    GeneratorEquationsEvolvedEquations
  31. lazy val finalVars: Set[Variable[_]]
  32. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GeneratorEquations[State] toStringFormat[GeneratorEquations[State]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. lazy val initElemValues: Map[VarVal[_], Double]
  35. def initProbs[Y](rv: RandomVar[Y]): Set[(Y, InitialVal[_])]
  36. val initState: State
    Definition Classes
    GeneratorEquationsEvolvedEquations
  37. lazy val initVars: Set[Variable[_]]
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def mse(epsilon: Double): Expression
    Definition Classes
    EvolvedEquations
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. val nodeCoeffSeq: NodeCoeffSeq[State, Double]
  42. def nodeCoeffSeqEquations(ncs: NodeCoeffSeq[State, Double]): Set[Equation]
  43. def nodeCoeffsEquationTerms[Dom <: HList, Y](nodeCoeffs: NodeCoeffs[State, Double, Dom, Y], x: Dom): (Set[EquationNode], Set[Equation])
  44. def nodeCoeffsEquations[Dom <: HList, Y](nodeCoeffs: NodeCoeffs[State, Double, Dom, Y]): Set[Equation]
  45. def nodeEquationTerms[Y](node: GeneratorNode[Y]): (Set[EquationNode], Set[Equation])
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. lazy val pairEventEquations: Set[Equation]
  49. def pairEventTotal[X1, X2, Y](ev: PairEvent[X1, X2, Y]): Expression
  50. def pairEventValue[X1, X2, Y](ev: PairEvent[X1, X2, Y]): Double
  51. lazy val pairEventValues: Map[VarVal[_], Double]
  52. def productElementNames: Iterator[String]
    Definition Classes
    Product
  53. lazy val recurrenceEquations: Set[Equation]
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. lazy val totalProbEquations: Set[Equation]
  56. def totalSquare(epsilon: Double): Expression
    Definition Classes
    EvolvedEquations
  57. lazy val varValues: Map[VarVal[_], Double]
  58. val varWeight: Double
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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

Inherited from Product

Inherited from Equals

Inherited from EvolvedEquations[State]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromGeneratorEquations[State] to any2stringadd[GeneratorEquations[State]]

Inherited by implicit conversion StringFormat fromGeneratorEquations[State] to StringFormat[GeneratorEquations[State]]

Inherited by implicit conversion Ensuring fromGeneratorEquations[State] to Ensuring[GeneratorEquations[State]]

Inherited by implicit conversion ArrowAssoc fromGeneratorEquations[State] to ArrowAssoc[GeneratorEquations[State]]

Ungrouped