trait EvolverSupport extends AnyRef
Support of the final distribution of an evolver
, i.e., a generative model for terms
- Alphabetic
- By Inheritance
- EvolverSupport
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val baseContexts: Vector[Vector[Term]]
a basis for contexts, i.e., enumeration up to equality under change of variables
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- lazy val contextTermVec: Vector[(Term, Vector[Term])]
vector of terms in the basis contexts
- implicit val dim: JetDim
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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)
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val jetField: Field[Jet[Double]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def spireGradShifted(p: Map[EvolverVariables, Double], cost: Jet[Double], epsilon: Double): Map[EvolverVariables, Double]
- def spireLearner(p: Map[EvolverVariables, Double], apIn: ApplnInverse): TermLearner[Jet[Double]]
TermLearner for evolution with spire.
- def spireProb(p: Map[EvolverVariables, Double]): Map[EvolverVariables, Jet[Double]]
exponential multiplicative tangent jet of values of evolver variables
- def spireUpdate(p: Map[EvolverVariables, Double], tang: Vector[Double]): Map[EvolverVariables, Double]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def termSetInContext(context: Vector[Term]): Set[Term]
- lazy val thmSet: Set[Typ[Term]]
the set of theorems, i.e., types (in the final distribution) that are inhabited
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typSetInContext(context: Vector[Term]): Set[Typ[Term]]
- lazy val variableIndex: Map[EvolverVariables, Int]
map from formal variable to its index
- lazy val variablesVector: Vector[EvolverVariables]
vector of (formal) variables; assumes standard evolver for simplicity
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- 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.