fr.iscpif.mgo.dynamic

DynamicApplicationGAGenome

trait DynamicApplicationGAGenome extends GA with Sigma with F

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DynamicApplicationGAGenome
  2. F
  3. Sigma
  4. GA
  5. GenomeClamping
  6. RandomGenome
  7. G
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Ancestors = (F, F)

  2. abstract type F

    Definition Classes
    F
  3. type G = Genome

    Definition Classes
    DynamicApplicationGAGenomeG
  4. case class Genome(values: Seq[Double], sigma: Seq[Double], ancestors: Option[Ancestors] = None, mutation: Option[Int] = None, crossover: Option[Int] = None) extends Product with Serializable

Abstract Value Members

  1. abstract def clamp(values: SimpleLens[G, Seq[Double]]): SimpleLens[G, Seq[Double]]

    Definition Classes
    GenomeClamping
  2. abstract def genomeSize: Int

    Size of the value part of the genome

    Size of the value part of the genome

    Definition Classes
    GA

Concrete 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 ancestors: Lens[G, G, Option[Ancestors], Option[Ancestors]]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def crossover: Lens[G, G, Option[Int], Option[Int]]

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def genomesEqualOn(g: G): Any

    Definition Classes
    GAG
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def mutation: Lens[G, G, Option[Int], Option[Int]]

  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. def randomGenome(implicit rng: Random): Genome

    Definition Classes
    DynamicApplicationGAGenomeGARandomGenome
  20. def rawValues: Lens[G, G, Seq[Double], Seq[Double]]

    Definition Classes
    DynamicApplicationGAGenomeGA
  21. def sigma: Lens[G, G, Seq[Double], Seq[Double]]

    Definition Classes
    DynamicApplicationGAGenomeSigma
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. def values: SimpleLens[G, Seq[Double]]

    The value part of the genome actually used for the optimisation

    The value part of the genome actually used for the optimisation

    Definition Classes
    GA
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from fitness.F

Inherited from genome.Sigma

Inherited from genome.GA

Inherited from GenomeClamping

Inherited from RandomGenome

Inherited from genome.G

Inherited from AnyRef

Inherited from Any

Ungrouped