fr.iscpif.mgo

selection

package selection

Visibility
  1. Public
  2. All

Type Members

  1. trait BinaryTournamentSelection extends Selection with Tournament with NumberOfRound

    Select the best ranked and if equal the more diverse individual between two individual randomly drawn in the population.

  2. trait MapSelection extends Selection with MapPlotter with Aggregation

  3. trait NumberOfRound extends G with P with F with Archive

  4. trait OneByOne extends Selection

  5. trait ProportionalNumberOfRound extends NumberOfRound

  6. trait RandomSelection extends Selection

  7. trait Selection extends genome.G with P with F with Archive

    Selection layer for the evolutionary algorithms.

  8. trait Tournament extends Selection

  9. trait TournamentOnAggregatedFitness extends Tournament with Aggregation

  10. trait TournamentOnDiversity extends Tournament with Diversity

  11. trait TournamentOnHitCount extends Tournament with archive.HitMapArchive

  12. trait TournamentOnRank extends Tournament with Ranking

  13. trait TournamentOnRankAndDiversity extends Tournament with Ranking with Diversity

Ungrouped