object Parameters extends Serializable
- Alphabetic
- By Inheritance
- Parameters
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- val DefaultAccelerationMode: AccelerationMode
The default value of Parameters.accelerationMode.
- val DefaultAttackLimit: Int
The default value of Parameters.attackLimit.
- val DefaultAttackTimeout: Duration
The default value of Parameters.attackTimeout.
- val DefaultChecker: Checker
The default value of Parameters.checker.
- val DefaultCrossoverSize: Int
The default value of Parameters.crossoverSize.
- val DefaultHeatRatio: Double
The default value of Parameters.heatRatio.
- val DefaultIncubationLimit: Int
The default value of Parameters.incubationLimit.
- val DefaultIncubationTimeout: Duration
The default value of Parameters.incubationTimeout.
- val DefaultLogger: Option[Logger]
The default value of Parameters.logger.
- val DefaultMaxAttackStringSize: Int
The default value of Parameters.maxAttackStringSize.
- val DefaultMaxDegree: Int
The default value of Parameters.maxDegree.
- val DefaultMaxGeneStringSize: Int
The default value of Parameters.maxGeneStringSize.
- val DefaultMaxGenerationSize: Int
The default value of Parameters.maxGenerationSize.
- val DefaultMaxInitialGenerationSize: Int
The default value of Parameters.maxInitialGenerationSize.
- val DefaultMaxIteration: Int
The default value of Parameters.maxIteration.
- val DefaultMaxNFASize: Int
The default value of Parameters.maxNFASize.
- val DefaultMaxPatternSize: Int
The default value of Parameters.maxPatternSize.
- val DefaultMaxRecallStringSize: Int
The default value of Parameters.maxRecallStringSize.
- val DefaultMaxRepeatCount: Int
The default value of Parameters.maxRepeatCount.
- val DefaultMaxSimpleRepeatCount: Int
The default value of Parameters.maxSimpleRepeatCount.
- val DefaultMutationSize: Int
The default value of Parameters.mutationSize.
- val DefaultRandomSeed: Long
The default value of Parameters.randomSeed.
- val DefaultRecallLimit: Int
The default value of Parameters.recallLimit.
- val DefaultRecallTimeout: Duration
The default value of Parameters.recallTimeout.
- val DefaultSeeder: Seeder
The default value of Parameters.seeder.
- val DefaultSeedingLimit: Int
The default value of Parameters.seedingLimit.
- val DefaultSeedingTimeout: Duration
The default value of Parameters.seedingTimeout.
- val DefaultTimeout: Duration
The default value of Parameters.timeout.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- 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