Packages

abstract class TermGenEqCost extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermGenEqCost
  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

Instance Constructors

  1. new TermGenEqCost(ge: EvolvedEquations[TermState], hW: Double = 1, klW: Double = 1, eqW: Double = 1, epsilon: Double = math.pow(10, -5))

Abstract Value Members

  1. abstract val p: Map[Expression, Double]

Concrete Value Members

  1. val cost: Expression
  2. def grad(epsilon: Double = 1): Map[Expression, Double]
  3. lazy val spireGradient: SpireGradient
  4. lazy val vars: Vector[VarVal[_]]