Packages

t

provingground.learning

EvolverSupport

trait EvolverSupport extends AnyRef

Support of the final distribution of an evolver, i.e., a generative model for terms

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvolverSupport
  2. AnyRef
  3. 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

Abstract Value Members

  1. abstract val genTermSet: Set[Term]

    terms in the initial distribution

  2. abstract val termSet: Set[Term]

    terms in the final distribution

  3. abstract val typSet: Set[Typ[Term]]

    types in the final distribution

Concrete 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 EvolverSupport toany2stringadd[EvolverSupport] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EvolverSupport, B)
    Implicit
    This member is added by an implicit conversion from EvolverSupport toArrowAssoc[EvolverSupport] 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. lazy val baseContexts: Vector[Vector[Term]]

    a basis for contexts, i.e., enumeration up to equality under change of variables

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. lazy val contextTermVec: Vector[(Term, Vector[Term])]

    vector of terms in the basis contexts

  10. implicit val dim: JetDim
  11. def ensuring(cond: (EvolverSupport) => Boolean, msg: => Any): EvolverSupport
    Implicit
    This member is added by an implicit conversion from EvolverSupport toEnsuring[EvolverSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (EvolverSupport) => Boolean): EvolverSupport
    Implicit
    This member is added by an implicit conversion from EvolverSupport toEnsuring[EvolverSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): EvolverSupport
    Implicit
    This member is added by an implicit conversion from EvolverSupport toEnsuring[EvolverSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): EvolverSupport
    Implicit
    This member is added by an implicit conversion from EvolverSupport toEnsuring[EvolverSupport] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EvolverSupport toStringFormat[EvolverSupport] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def inBaseContext(term: Term, context: Vector[Term]): Option[(Term, Vector[Term])]

    project term onto some sontext in the basis.

    project term onto some sontext in the basis.

    returns

    optional pair (term in basis context, basis context)

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. implicit val jetField: Field[Jet[Double]]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def spireGradShifted(p: Map[EvolverVariables, Double], cost: Jet[Double], epsilon: Double): Map[EvolverVariables, Double]
  27. def spireLearner(p: Map[EvolverVariables, Double], apIn: ApplnInverse): TermLearner[Jet[Double]]

    TermLearner for evolution with spire.

  28. def spireProb(p: Map[EvolverVariables, Double]): Map[EvolverVariables, Jet[Double]]

    exponential multiplicative tangent jet of values of evolver variables

  29. def spireUpdate(p: Map[EvolverVariables, Double], tang: Vector[Double]): Map[EvolverVariables, Double]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def termSetInContext(context: Vector[Term]): Set[Term]
  32. lazy val thmSet: Set[Typ[Term]]

    the set of theorems, i.e., types (in the final distribution) that are inhabited

  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def typSetInContext(context: Vector[Term]): Set[Typ[Term]]
  35. lazy val variableIndex: Map[EvolverVariables, Int]

    map from formal variable to its index

  36. lazy val variablesVector: Vector[EvolverVariables]

    vector of (formal) variables; assumes standard evolver for simplicity

  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. 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): (EvolverSupport, B)
    Implicit
    This member is added by an implicit conversion from EvolverSupport toArrowAssoc[EvolverSupport] 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 fromEvolverSupport to any2stringadd[EvolverSupport]

Inherited by implicit conversion StringFormat fromEvolverSupport to StringFormat[EvolverSupport]

Inherited by implicit conversion Ensuring fromEvolverSupport to Ensuring[EvolverSupport]

Inherited by implicit conversion ArrowAssoc fromEvolverSupport to ArrowAssoc[EvolverSupport]

Ungrouped