class FineEvolver extends AnyRef
A refined evolver, i.e., evolution of terms and subclasses such as types. Various evolutions are defined mutually recursively - of functions, of types, of terms of a type, of type families and of all terms. Derivatives are defined mutually recursively with the evolutions.
This is refined so that, for example, arguments are chosen conditionally from the domain of a function.
- Self Type
- FineEvolver
- Alphabetic
- By Inheritance
- FineEvolver
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FineEvolver(applnWeight: Double = 0.1, lambdaWeight: Double = 0.1, piWeight: Double = 0.1, varWeight: Double = 0.3, unifyWeight: Double = 0.5)
- varWeight
weight of a variable inside a lambda
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 FineEvolver toany2stringadd[FineEvolver] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (FineEvolver, B)
- Implicit
- This member is added by an implicit conversion from FineEvolver toArrowAssoc[FineEvolver] 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (FineEvolver) => Boolean, msg: => Any): FineEvolver
- Implicit
- This member is added by an implicit conversion from FineEvolver toEnsuring[FineEvolver] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (FineEvolver) => Boolean): FineEvolver
- Implicit
- This member is added by an implicit conversion from FineEvolver toEnsuring[FineEvolver] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): FineEvolver
- Implicit
- This member is added by an implicit conversion from FineEvolver toEnsuring[FineEvolver] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): FineEvolver
- Implicit
- This member is added by an implicit conversion from FineEvolver toEnsuring[FineEvolver] 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 evolvFuncs(fd: FiniteDistribution[Term]): ProbabilityDistribution[SomeFunc]
evolution of functions, used for function application.
- def evolvTypFamilies(fd: FiniteDistribution[Term]): ProbabilityDistribution[SomeFunc]
evolution of type families, to be used for function application to generate types.
evolution of type families, to be used for function application to generate types. lambda evolution uses only types and type families as values.
- def evolve(fd: FiniteDistribution[Term]): ProbabilityDistribution[Term]
evolution of terms, by combining various operations and islands
- def evolveTyp(fd: FiniteDistribution[Term]): ProbabilityDistribution[Term]
evolution of types
- def evolveWithTyp(tp: Typ[Term])(fd: FiniteDistribution[Term]): ProbabilityDistribution[Term]
evolution of a term with a given type
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FineEvolver toStringFormat[FineEvolver] 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val varScaled: FineEvolver
FineEvolver with
varWeight
rescaled so that the weight of different variables does not depend on the order in which they were introduced in lambda or pi islands. - 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): (FineEvolver, B)
- Implicit
- This member is added by an implicit conversion from FineEvolver toArrowAssoc[FineEvolver] 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.