final case class ConfigData(timeout: Duration, checker: Checker, maxAttackSize: Int, attackLimit: Int, randomSeed: Long, seedLimit: Int, incubationLimit: Int, crossSize: Int, mutateSize: Int, maxSeedSize: Int, maxGenerationSize: Int, maxIteration: Int, maxDegree: Int, heatRate: Double, usesAcceleration: Boolean, maxRepeatCount: Int, maxNFASize: Int, maxPatternSize: Int) extends Product with Serializable
ConfigData is a state-less data object of the configuration to check.
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConfigData(timeout: Duration, checker: Checker, maxAttackSize: Int, attackLimit: Int, randomSeed: Long, seedLimit: Int, incubationLimit: Int, crossSize: Int, mutateSize: Int, maxSeedSize: Int, maxGenerationSize: Int, maxIteration: Int, maxDegree: Int, heatRate: Double, usesAcceleration: Boolean, maxRepeatCount: Int, maxNFASize: Int, maxPatternSize: Int)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attackLimit: Int
- val checker: Checker
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val crossSize: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val heatRate: Double
- val incubationLimit: Int
- def instantiate(): (Config, () => Unit)
Creates a new configuration object and cancellation function.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxAttackSize: Int
- val maxDegree: Int
- val maxGenerationSize: Int
- val maxIteration: Int
- val maxNFASize: Int
- val maxPatternSize: Int
- val maxRepeatCount: Int
- val maxSeedSize: Int
- val mutateSize: Int
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val randomSeed: Long
- val seedLimit: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeout: Duration
- val usesAcceleration: Boolean
- 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])