Packages

t

provingground.learning

LocalProverStep

trait LocalProverStep extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalProverStep
  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 cutoff: Double
  2. abstract val decay: Double
  3. abstract val equationNodes: Task[Set[EquationNode]]
  4. abstract val exponent: Double
  5. abstract val genMaxDepth: Option[Int]
  6. abstract val hW: Double
  7. abstract val initState: TermState
  8. abstract val klW: Double
  9. abstract val limit: FiniteDuration
  10. abstract val maxDepth: Int
  11. abstract val maxRatio: Double
  12. abstract val maxTime: Option[Long]
  13. abstract val nextState: Task[TermState]
  14. abstract val relativeEval: Boolean
  15. abstract val resolution: Double
  16. abstract val scale: Double
  17. abstract val smoothing: Option[Double]
  18. abstract val stateFromEquation: Boolean
  19. abstract val steps: Int
  20. abstract val tg: TermGenParams
  21. abstract def withCutoff(cutoff: Double): LocalProverStep
  22. abstract def withInit(ts: TermState): LocalProverStep
  23. abstract def withLimit(l: FiniteDuration): LocalProverStep
  24. abstract def withParams(p: TermGenParams): LocalProverStep

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 LocalProverStep toany2stringadd[LocalProverStep] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LocalProverStep, B)
    Implicit
    This member is added by an implicit conversion from LocalProverStep toArrowAssoc[LocalProverStep] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addGoal(goal: Typ[Term], weight: Double): LocalProverStep
  7. def addLookup(ts: Set[Term]): LocalProverStep
  8. def addSolver(s: TypSolver): LocalProverStep
  9. def addVar(term: Term, weight: Double): LocalProverStep
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def bigExpressionEval(additional: Set[Equation]): Task[ExpressionEquationSolver]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def distTangentProver(fd: FiniteDistribution[Term], tangentCutoff: Double = cutoff): Task[LocalTangentProver]
  14. lazy val enhancedEquationNodes: Task[Set[EquationNode]]
  15. lazy val enhancedExpressionEval: Task[ExpressionEquationSolver]
  16. def ensuring(cond: (LocalProverStep) => Boolean, msg: => Any): LocalProverStep
    Implicit
    This member is added by an implicit conversion from LocalProverStep toEnsuring[LocalProverStep] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (LocalProverStep) => Boolean): LocalProverStep
    Implicit
    This member is added by an implicit conversion from LocalProverStep toEnsuring[LocalProverStep] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: => Any): LocalProverStep
    Implicit
    This member is added by an implicit conversion from LocalProverStep toEnsuring[LocalProverStep] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): LocalProverStep
    Implicit
    This member is added by an implicit conversion from LocalProverStep toEnsuring[LocalProverStep] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. lazy val equations: Task[Set[Equation]]
  23. lazy val evolvedState: Task[EvolvedState]
  24. lazy val expressionEval: Task[ExpressionEquationSolver]
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LocalProverStep toStringFormat[LocalProverStep] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. lazy val functionsForGoals: Task[FiniteDistribution[Term]]
  27. lazy val generatorIterant: Iterant[Task, FiniteDistribution[Term]]
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def halt(): Unit
  30. def halted(): Boolean
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val isHalted: Boolean
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. lazy val lemmaProofs: Task[FiniteDistribution[Term]]
  35. lazy val lemmas: Task[Vector[(Typ[Term], Double)]]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. lazy val orderedUnknowns: Task[Vector[Typ[Term]]]
  40. lazy val proofComponents: Task[Vector[(Term, Double)]]
  41. def proofTangent(tangentCutoff: Double = cutoff): Task[LocalTangentProver]
  42. lazy val proofTerms: Task[Vector[(Term, Double)]]
  43. def reset(): Unit
  44. def scaleLimit(scale: Double): LocalProverStep
  45. def scaledSplitLemmaProvers(scale: Double = 1.0): Task[Vector[LocalTangentProver]]
  46. lazy val seek: Task[FiniteDistribution[Term]]
  47. def sharpen(scale: Double = 2.0): LocalProverStep
  48. def splitLemmaProvers(scale: Double = 1): Task[Vector[LocalTangentProver]]
  49. def splitTangentProvers(terms: Vector[(Term, Double)]): Task[Vector[LocalTangentProver]]
  50. lazy val subGoals: Task[FiniteDistribution[Typ[Term]]]
  51. lazy val successes: Task[Vector[(Typ[Term], Double, Term)]]
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def tangentExpressionEval(x: Term, weight: Double = 1.0): Task[ExpressionEquationSolver]
  54. def tangentProver(xs: Term*): Task[LocalTangentProver]
  55. lazy val theoremsByProof: Task[FiniteDistribution[Typ[Term]]]
  56. lazy val theoremsByStatement: Task[FiniteDistribution[Typ[Term]]]
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. lazy val tunedGenerators: Task[FiniteDistribution[Term]]
  59. lazy val unknownStatements: Task[FiniteDistribution[Typ[Term]]]
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. 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): (LocalProverStep, B)
    Implicit
    This member is added by an implicit conversion from LocalProverStep toArrowAssoc[LocalProverStep] 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 fromLocalProverStep to any2stringadd[LocalProverStep]

Inherited by implicit conversion StringFormat fromLocalProverStep to StringFormat[LocalProverStep]

Inherited by implicit conversion Ensuring fromLocalProverStep to Ensuring[LocalProverStep]

Inherited by implicit conversion ArrowAssoc fromLocalProverStep to ArrowAssoc[LocalProverStep]

Ungrouped