Packages

object AndrewsCurtis

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AndrewsCurtis
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ACFlowData(params: ACparameters, dstbn: DynDstbn) extends Product with Serializable
  2. sealed trait ACMoveType extends AnyRef
  3. case class ACparameters(epsilon: Double = 1.0 / 100.0, cutoff: Double = 1.0 / 1000000.0, purgeLevel: Double = 1.0 / 10000.0, pthCntn: Double = 0.7, presCntn: Double = 0.7, wrdCntn: Double = 0.7, tuneLoops: Int = 25, growLoops: Int = 15) extends Product with Serializable
  4. case class AtomicChain(head: Vert) extends Chain with Product with Serializable
  5. trait Chain extends AnyRef
  6. case class Conj(k: Int, l: Int) extends Move with Product with Serializable
  7. case class DynDst[V, E](vrtdst: FiniteDistribution[V], edgdst: FiniteDistribution[E], cntn: Double) extends Product with Serializable
  8. type DynDstbn = DynDst[Presentation, ACMoveType]
  9. case class Inv(k: Int) extends Move with Product with Serializable
  10. case class LftMult(k: Int, l: Int) extends Move with Product with Serializable
  11. trait Move extends (Vert) => Vert
  12. type MoveType = ACMoveType
  13. case class RecChain(start: Chain, move: Move) extends Chain with Product with Serializable
  14. case class RtMult(k: Int, l: Int) extends Move with Product with Serializable
  15. type Vert = Presentation

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ACbgWt(presCntn: Double, wrdCntn: Double): (Vert) => Double
  5. val MoveTypeList: List[ACMoveType]
  6. def allMoves(pres: Presentation): (MoveType) => List[Move]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def backpropdstbn(chains: Set[Chain], feedback: FiniteDistribution[Vert], d: DynDstbn): DynDst[Presentation, MoveType]
  9. val baseDstbn: DynDst[Presentation, ACMoveType]
  10. def bestChain(pres: Vert, chains: Set[Chain], d: DynDstbn): Chain
  11. def chainGenCutoff(chains: Set[Chain], d: DynDstbn, cutoff: Double): Set[Chain]
    Annotations
    @tailrec()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def dstbn(chains: Set[Chain], d: DynDstbn): FiniteDistribution[Vert]
  14. def dstbnFeedback(presdstbn: FiniteDistribution[Vert], bgwt: (Vert) => Double): FiniteDistribution[Vert]
  15. def dstbnFlowCutoff(d: DynDstbn, bgwt: (Vert) => Double, epsilon: Double, cutoff: Double): DynDstbn
  16. def dstbnflow(chains: Set[Chain], d: DynDstbn, bgwt: (Vert) => Double, epsilon: Double, threshold: Double = 0): DynDst[Presentation, ACMoveType]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def initChains(d: DynDstbn): Set[Chain]
  22. def initDstbn(pthCntn: Double): DynDst[Presentation, Presentation]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def multiplicity(rk: Int): (MoveType) => Long
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def presSupp(d: DynDstbn): Set[Presentation]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def tuneFlowCutoff(d: DynDstbn, bgwt: (Vert) => Double, epsilon: Double, cutoff: Double): DynDst[Presentation, ACMoveType]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. case object ACDeStab extends Move with Product with Serializable
  36. object ACMoveType
  37. case object ACStab extends Move with Product with Serializable
  38. object Chain
  39. object DynDst extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped