case class TermGenCost(ge: EvolvedEquations[TermState], varWeight: Double, hW: Double = 1, klW: Double = 1, eqW: Double = 1, epsilon: Double = math.pow(10, -5)) extends TermGenEqCost with Product with Serializable
- Alphabetic
- By Inheritance
- TermGenCost
- Serializable
- Product
- Equals
- TermGenEqCost
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TermGenCost(ge: EvolvedEquations[TermState], varWeight: Double, hW: Double = 1, klW: Double = 1, eqW: Double = 1, epsilon: Double = math.pow(10, -5))
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 TermGenCost toany2stringadd[TermGenCost] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (TermGenCost, B)
- Implicit
- This member is added by an implicit conversion from TermGenCost toArrowAssoc[TermGenCost] 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()
- val cost: Expression
- Definition Classes
- TermGenEqCost
- def ensuring(cond: (TermGenCost) => Boolean, msg: => Any): TermGenCost
- Implicit
- This member is added by an implicit conversion from TermGenCost toEnsuring[TermGenCost] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (TermGenCost) => Boolean): TermGenCost
- Implicit
- This member is added by an implicit conversion from TermGenCost toEnsuring[TermGenCost] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): TermGenCost
- Implicit
- This member is added by an implicit conversion from TermGenCost toEnsuring[TermGenCost] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): TermGenCost
- Implicit
- This member is added by an implicit conversion from TermGenCost toEnsuring[TermGenCost] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- val epsilon: Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eqW: Double
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from TermGenCost toStringFormat[TermGenCost] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- val ge: EvolvedEquations[TermState]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def grad(epsilon: Double = 1): Map[Expression, Double]
- Definition Classes
- TermGenEqCost
- val hW: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val klW: 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()
- lazy val p: Map[Expression, Double]
- Definition Classes
- TermGenCost → TermGenEqCost
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val spireGradient: SpireGradient
- Definition Classes
- TermGenEqCost
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val varWeight: Double
- lazy val vars: Vector[VarVal[_]]
- Definition Classes
- TermGenEqCost
- 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): (TermGenCost, B)
- Implicit
- This member is added by an implicit conversion from TermGenCost toArrowAssoc[TermGenCost] 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.