Trait

fr.iscpif.mgo.elitism

BestRankedNicheElitism

Related Doc: package elitism

Permalink

trait BestRankedNicheElitism extends NicheElitism with Ranking with MGFitness

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BestRankedNicheElitism
  2. MGFitness
  3. MG
  4. Ranking
  5. NicheElitism
  6. Niche
  7. Elitism
  8. Archive
  9. A
  10. IndividualFilter
  11. F
  12. P
  13. G
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. abstract type A

    Permalink
    Definition Classes
    ArchiveA
  2. type F = Seq[Double]

    Permalink
    Definition Classes
    MGFitnessF
  3. type FILTER = (Population[G, P, F]) ⇒ Population[G, P, F]

    Permalink
    Definition Classes
    IndividualFilter
  4. abstract type G

    Permalink
    Definition Classes
    G
  5. abstract type NICHE

    Permalink
    Definition Classes
    Niche
  6. abstract type P

    Permalink
    Definition Classes
    P

Abstract Value Members

  1. abstract def archive(a: A, oldIndividuals: Population[G, P, F], offspring: Population[G, P, F])(implicit rng: Random): A

    Permalink
    Definition Classes
    Archive
  2. abstract def initialArchive(implicit rng: Random): A

    Permalink
    Definition Classes
    Archive
  3. abstract def niche(individual: Individual[G, P, F]): NICHE

    Permalink
    Definition Classes
    Niche
  4. abstract def rank(values: Population[G, P, F])(implicit rng: Random): Seq[Lazy[Int]]

    Permalink

    Compute the rank of a set of individuals.

    Compute the rank of a set of individuals.

    values

    the values to rank

    returns

    the ranks of the individuals in the same order

    Definition Classes
    Ranking

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BestRankedNicheElitism to any2stringadd[BestRankedNicheElitism] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BestRankedNicheElitism, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BestRankedNicheElitism to ArrowAssoc[BestRankedNicheElitism] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def computeElitism(oldGeneration: Population[G, P, F], offspring: Population[G, P, F], archive: A)(implicit rng: Random): Population[G, P, F]

    Permalink
    Definition Classes
    NicheElitismElitism
  9. def elitism(oldGeneration: Population[G, P, F], offspring: Population[G, P, F], archive: A)(implicit rng: Random): Population[G, P, F]

    Permalink
    Definition Classes
    Elitism
  10. def ensuring(cond: (BestRankedNicheElitism) ⇒ Boolean, msg: ⇒ Any): BestRankedNicheElitism

    Permalink
    Implicit information
    This member is added by an implicit conversion from BestRankedNicheElitism to Ensuring[BestRankedNicheElitism] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (BestRankedNicheElitism) ⇒ Boolean): BestRankedNicheElitism

    Permalink
    Implicit information
    This member is added by an implicit conversion from BestRankedNicheElitism to Ensuring[BestRankedNicheElitism] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): BestRankedNicheElitism

    Permalink
    Implicit information
    This member is added by an implicit conversion from BestRankedNicheElitism to Ensuring[BestRankedNicheElitism] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): BestRankedNicheElitism

    Permalink
    Implicit information
    This member is added by an implicit conversion from BestRankedNicheElitism to Ensuring[BestRankedNicheElitism] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def filter(population: Population[G, P, F]): Population[G, P, F]

    Permalink

    Filter the individuals

    Filter the individuals

    population

    the set of evaluated individuals

    returns

    the filtrated individuals

    Definition Classes
    IndividualFilter
  17. def filters: Seq[FILTER]

    Permalink
    Definition Classes
    IndividualFilter
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fitness(f: F): F

    Permalink
    Definition Classes
    MGFitnessMG
  20. def fitness(individual: Individual[G, P, F]): Seq[Double]

    Permalink
    Definition Classes
    MG
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BestRankedNicheElitism to StringFormat[BestRankedNicheElitism] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. def genomesEqualOn(g: G): Any

    Permalink
    Definition Classes
    G
  23. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  26. def keep(population: Population[G, P, F])(implicit rng: Random): Population[G, P, F]

    Permalink
    Definition Classes
    BestRankedNicheElitismNicheElitism
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (BestRankedNicheElitism, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BestRankedNicheElitism to ArrowAssoc[BestRankedNicheElitism] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from fitness.MGFitness

Inherited from fitness.MG

Inherited from ranking.Ranking

Inherited from NicheElitism

Inherited from niche.Niche

Inherited from Elitism

Inherited from archive.Archive

Inherited from archive.A

Inherited from IndividualFilter

Inherited from fitness.F

Inherited from phenotype.P

Inherited from genome.G

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BestRankedNicheElitism to any2stringadd[BestRankedNicheElitism]

Inherited by implicit conversion StringFormat from BestRankedNicheElitism to StringFormat[BestRankedNicheElitism]

Inherited by implicit conversion Ensuring from BestRankedNicheElitism to Ensuring[BestRankedNicheElitism]

Inherited by implicit conversion ArrowAssoc from BestRankedNicheElitism to ArrowAssoc[BestRankedNicheElitism]

Ungrouped